Html Css Color HEX #99A7CE Echo Blue

📋 copy color: '#99A7CE'

red 153 ◦ green 167 ◦ blue 206

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

Shades of Echo Blue #99A7CE

Tints of Echo Blue #99A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 29.09%
G = 31.75%
B = 39.16%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99A7CE (or 0x99A7CE) is known color: Echo Blue. HEX triplet: 99, A7 and CE. RGB value is (153,167,206). Sum of RGB (Red+Green+Blue) = 153+167+206=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7CE is #665831. Grayscale: #A7A7A7. Windows color (decimal): -6707250 or 13543321. OLE color: 13543321.

HSL color Cylindrical-coordinate representation of color #99A7CE: hue angle of 224.15º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A7CE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 167 206 -
CMYK 0.26 0.19 0 0.19
HSL 224.15º 0.35% 0.7% -
HSV(B) 224.15º 0.26% 0.81% -
XYZ 38.1 38.87 63.89 -
YUV 167.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 153 167 206 0.26 0.19 0 0.19 224.15 0.35 0.7
Hex 99 A7 CE 1A 13 0 13 E0 23 46
Octal 231 247 316 32 23 0 23 340 43 106
Binary 10011001 10100111 11001110 11010 10011 0 10011 11100000 100011 1000110

Color Harmonies of #99A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A7CE

Black with #99A7CE

Text Example


Text Example

White with #99A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,167,206); }

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

background-color css

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

 a { background-color: rgb(153,167,206); }

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

border-color css

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

 span { border-color: rgb(153,167,206); }

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