#99B5DF

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

Shades of Echo Blue #99B5DF

Tints of Echo Blue #99B5DF

Color information

#99B5DF (or 0x99B5DF) is unknown color: approx Echo Blue. HEX triplet: 99, B5 and DF. RGB value is (153,181,223). Sum of RGB (Red+Green+Blue) = 153+181+223=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5DF is #664A20. Grayscale: #B1B1B1. Windows color (decimal): -6703649 or 14661017. OLE color: 14661017.

HSL color Cylindrical-coordinate representation of color #99B5DF: hue angle of 216º 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 #99B5DF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153181223-
CMYK0.310.1900.13
HSL216º52.24%73.73%-
HSV(B)216º31.39%87.45%-
XYZ42.9845.1576.26-
YUV177.42153.72110.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=27.47%
G=32.50%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531812230.310.1900.1321652.2473.73
Hex99B5DF1F130Dd8344a
Octal231265337372301533064112
Binary100110011011010111011111111111001101101110110001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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