#99B0DD

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

Shades of Echo Blue #99B0DD

Tints of Echo Blue #99B0DD

Color information

#99B0DD (or 0x99B0DD) is unknown color: approx Echo Blue. HEX triplet: 99, B0 and DD. RGB value is (153,176,221). Sum of RGB (Red+Green+Blue) = 153+176+221=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #99B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0DD is #664F22. Grayscale: #AEAEAE. Windows color (decimal): -6704931 or 14528665. OLE color: 14528665.

HSL color Cylindrical-coordinate representation of color #99B0DD: hue angle of 219.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B0DD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153176221-
CMYK0.310.2000.13
HSL219.71º50%73.33%-
HSV(B)219.71º30.77%86.67%-
XYZ41.7143.0474.52-
YUV174.25154.38112.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=27.82%
G=32%
B=40.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531762210.310.2000.13219.715073.33
Hex99B0DD1F140Ddc3249
Octal231260335372401533462111
Binary100110011011000011011101111111010001101110111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,176,221); }

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

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

 a { background-color: rgb(153,176,221); }

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

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

 span { border-color: rgb(153,176,221); }

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