Html Css Color HEX #99A8D5 Echo Blue

📋 copy color: '#99A8D5'

red 153 ◦ green 168 ◦ blue 213

#99A8D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #99A8D5

Tints of Echo Blue #99A8D5

RGB

 RED value IS 153 (60.16% from 255) = 28.65%

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 28.65%
G = 31.46%
B = 39.89%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99A8D5 (or 0x99A8D5) is known color: Echo Blue. HEX triplet: 99, A8 and D5. RGB value is (153,168,213). Sum of RGB (Red+Green+Blue) = 153+168+213=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #99A8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8D5 is #66572A. Grayscale: #A8A8A8. Windows color (decimal): -6706987 or 14002329. OLE color: 14002329.

HSL color Cylindrical-coordinate representation of color #99A8D5: hue angle of 225º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A8D5 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 168 213 -
CMYK 0.28 0.21 0 0.16
HSL 225º 0.42% 0.72% -
HSV(B) 225º 0.28% 0.84% -
XYZ 39.15 39.58 68.53 -
YUV 168.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 153 168 213 0.28 0.21 0 0.16 225 0.42 0.72
Hex 99 A8 D5 1C 15 0 10 E1 2A 48
Octal 231 250 325 34 25 0 20 341 52 110
Binary 10011001 10101000 11010101 11100 10101 0 10000 11100001 101010 1001000

Color Harmonies of #99A8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8D5

Black with #99A8D5

Text Example


Text Example

White with #99A8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A8D5; }

 p { color: rgb(153,168,213); }

 H1.HeaderClassName
 {
   color: #99A8D5;
 }
 .AnyTagClassName
 {
   color: #99A8D5;
 }
</style>

background-color css

<style>
 a { background-color: #99A8D5; }

 a { background-color: rgb(153,168,213); }

 div.DivClassName
 {
   background-color: #99A8D5;
 }
 .BgClassName
 {
   background-color: #99A8D5;
 }
</style>

border-color css

<style>
 span { border-color: #99A8D5; }

 span { border-color: rgb(153,168,213); }

 td.TdClassName
 {
   border-color: #99A8D5;
 }
 .TagClassName
 {
   border-color: #99A8D5;
 }
</style>