#99B3D9

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

Shades of Echo Blue #99B3D9

Tints of Echo Blue #99B3D9

Color information

#99B3D9 (or 0x99B3D9) is unknown color: approx Echo Blue. HEX triplet: 99, B3 and D9. RGB value is (153,179,217). Sum of RGB (Red+Green+Blue) = 153+179+217=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #99B3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3D9 is #664C26. Grayscale: #AFAFAF. Windows color (decimal): -6704167 or 14267289. OLE color: 14267289.

HSL color Cylindrical-coordinate representation of color #99B3D9: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99B3D9 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153179217-
CMYK0.290.1800.15
HSL215.62º45.71%72.55%-
HSV(B)215.62º29.49%85.1%-
XYZ41.7844.0271.94-
YUV175.56151.39111.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 179 (70.31% from 255) = 32.60%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=27.87%
G=32.60%
B=39.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531792170.290.1800.15215.6245.7172.55
Hex99B3D91D120Fd82e49
Octal231263331352201733056111
Binary100110011011001111011001111011001001111110110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,179,217); }

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

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

 a { background-color: rgb(153,179,217); }

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

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

 span { border-color: rgb(153,179,217); }

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