Html Css Color HEX #99A7CF Echo Blue

📋 copy color: '#99A7CF'

red 153 ◦ green 167 ◦ blue 207

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

Shades of Echo Blue #99A7CF

Tints of Echo Blue #99A7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 29.03%
G = 31.69%
B = 39.28%

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

#99A7CF (or 0x99A7CF) is known color: Echo Blue. HEX triplet: 99, A7 and CF. RGB value is (153,167,207). Sum of RGB (Red+Green+Blue) = 153+167+207=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #99A7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7CF is #665830. Grayscale: #A7A7A7. Windows color (decimal): -6707249 or 13608857. OLE color: 13608857.

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

Color convert

RGB 153 167 207 -
CMYK 0.26 0.19 0 0.19
HSL 224.44º 0.36% 0.71% -
HSV(B) 224.44º 0.26% 0.81% -
XYZ 38.22 38.91 64.53 -
YUV 167.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 153 167 207 0.26 0.19 0 0.19 224.44 0.36 0.71
Hex 99 A7 CF 1A 13 0 13 E0 24 47
Octal 231 247 317 32 23 0 23 340 44 107
Binary 10011001 10100111 11001111 11010 10011 0 10011 11100000 100100 1000111

Color Harmonies of #99A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A7CF

Black with #99A7CF

Text Example


Text Example

White with #99A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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