#99B4D7

Color #99B4D7 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #99B4D7

Tints of Echo Blue #99B4D7

Color information

#99B4D7 (or 0x99B4D7) is unknown color: approx Echo Blue. HEX triplet: 99, B4 and D7. RGB value is (153,180,215). Sum of RGB (Red+Green+Blue) = 153+180+215=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #99B4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4D7 is #664B28. Grayscale: #AFAFAF. Windows color (decimal): -6703913 or 14136473. OLE color: 14136473.

HSL color Cylindrical-coordinate representation of color #99B4D7: hue angle of 213.87º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99B4D7 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153180215-
CMYK0.290.1600.16
HSL213.87º43.66%72.16%-
HSV(B)213.87º28.84%84.31%-
XYZ41.7244.3270.65-
YUV175.92150.05111.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=27.92%
G=32.85%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531802150.290.1600.16213.8743.6672.16
Hex99B4D71D10010d62c48
Octal231264327352002032654110
Binary1001100110110100110101111110110000010000110101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,215); }

 H1.HeaderClassName
 {
   color: #99B4D7;
 }
 .AnyTagClassName
 {
   color: #99B4D7;
 }
</style>
background-color css

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

 a { background-color: rgb(153,180,215); }

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

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

 span { border-color: rgb(153,180,215); }

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