Html Css Color HEX #99ABCC Echo Blue

📋 copy color: '#99ABCC'

red 153 ◦ green 171 ◦ blue 204

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

Shades of Echo Blue #99ABCC

Tints of Echo Blue #99ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 28.98%
G = 32.39%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99ABCC (or 0x99ABCC) is known color: Echo Blue. HEX triplet: 99, AB and CC. RGB value is (153,171,204). Sum of RGB (Red+Green+Blue) = 153+171+204=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #99ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABCC is #665433. Grayscale: #A9A9A9. Windows color (decimal): -6706228 or 13413273. OLE color: 13413273.

HSL color Cylindrical-coordinate representation of color #99ABCC: hue angle of 218.82º degrees, saturation: 0.33, 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 #99ABCC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 171 204 -
CMYK 0.25 0.16 0 0.2
HSL 218.82º 0.33% 0.7% -
HSV(B) 218.82º 0.25% 0.8% -
XYZ 38.6 40.26 62.86 -
YUV 169.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 153 171 204 0.25 0.16 0 0.2 218.82 0.33 0.7
Hex 99 AB CC 19 10 0 14 DB 21 46
Octal 231 253 314 31 20 0 24 333 41 106
Binary 10011001 10101011 11001100 11001 10000 0 10100 11011011 100001 1000110

Color Harmonies of #99ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABCC

Black with #99ABCC

Text Example


Text Example

White with #99ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,204); }

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

background-color css

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

 a { background-color: rgb(153,171,204); }

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

border-color css

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

 span { border-color: rgb(153,171,204); }

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