#99B0DF

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

Shades of Echo Blue #99B0DF

Tints of Echo Blue #99B0DF

Color information

#99B0DF (or 0x99B0DF) is unknown color: approx Echo Blue. HEX triplet: 99, B0 and DF. RGB value is (153,176,223). Sum of RGB (Red+Green+Blue) = 153+176+223=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0DF is #664F20. Grayscale: #AEAEAE. Windows color (decimal): -6704929 or 14659737. OLE color: 14659737.

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

Color convert

RGB153176223-
CMYK0.310.2100.13
HSL220.29º52.24%73.73%-
HSV(B)220.29º31.39%87.45%-
XYZ41.9843.1575.93-
YUV174.48155.38112.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=27.72%
G=31.88%
B=40.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531762230.310.2100.13220.2952.2473.73
Hex99B0DF1F150Ddc344a
Octal231260337372501533464112
Binary100110011011000011011111111111010101101110111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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