Html Css Color HEX #99A8CD Echo Blue

📋 copy color: '#99A8CD'

red 153 ◦ green 168 ◦ blue 205

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

Shades of Echo Blue #99A8CD

Tints of Echo Blue #99A8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 29.09%
G = 31.94%
B = 38.97%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99A8CD (or 0x99A8CD) is known color: Echo Blue. HEX triplet: 99, A8 and CD. RGB value is (153,168,205). Sum of RGB (Red+Green+Blue) = 153+168+205=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #99A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8CD is #665732. Grayscale: #A7A7A7. Windows color (decimal): -6706995 or 13478041. OLE color: 13478041.

HSL color Cylindrical-coordinate representation of color #99A8CD: hue angle of 222.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A8CD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 168 205 -
CMYK 0.25 0.18 0 0.20
HSL 222.69º 0.34% 0.7% -
HSV(B) 222.69º 0.25% 0.8% -
XYZ 38.16 39.19 63.31 -
YUV 167.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 153 168 205 0.25 0.18 0 0.20 222.69 0.34 0.7
Hex 99 A8 CD 19 12 0 14 DF 22 46
Octal 231 250 315 31 22 0 24 337 42 106
Binary 10011001 10101000 11001101 11001 10010 0 10100 11011111 100010 1000110

Color Harmonies of #99A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8CD

Black with #99A8CD

Text Example


Text Example

White with #99A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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