Html Css Color HEX #99A4CB Echo Blue

📋 copy color: '#99A4CB'

red 153 ◦ green 164 ◦ blue 203

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

Shades of Echo Blue #99A4CB

Tints of Echo Blue #99A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 29.42%
G = 31.54%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99A4CB (or 0x99A4CB) is known color: Echo Blue. HEX triplet: 99, A4 and CB. RGB value is (153,164,203). Sum of RGB (Red+Green+Blue) = 153+164+203=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4CB is #665B34. Grayscale: #A4A4A4. Windows color (decimal): -6708021 or 13345945. OLE color: 13345945.

HSL color Cylindrical-coordinate representation of color #99A4CB: hue angle of 226.8º degrees, saturation: 0.32, 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 #99A4CB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 164 203 -
CMYK 0.25 0.19 0 0.20
HSL 226.8º 0.32% 0.7% -
HSV(B) 226.8º 0.25% 0.8% -
XYZ 37.19 37.64 61.8 -
YUV 165.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 153 164 203 0.25 0.19 0 0.20 226.8 0.32 0.7
Hex 99 A4 CB 19 13 0 14 E3 20 46
Octal 231 244 313 31 23 0 24 343 40 106
Binary 10011001 10100100 11001011 11001 10011 0 10100 11100011 100000 1000110

Color Harmonies of #99A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A4CB

Black with #99A4CB

Text Example


Text Example

White with #99A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,203); }

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

background-color css

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

 a { background-color: rgb(153,164,203); }

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

border-color css

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

 span { border-color: rgb(153,164,203); }

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