#99B7DF

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

Shades of Echo Blue #99B7DF

Tints of Echo Blue #99B7DF

Color information

#99B7DF (or 0x99B7DF) is unknown color: approx Echo Blue. HEX triplet: 99, B7 and DF. RGB value is (153,183,223). Sum of RGB (Red+Green+Blue) = 153+183+223=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7DF is #664820. Grayscale: #B2B2B2. Windows color (decimal): -6703137 or 14661529. OLE color: 14661529.

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

Color convert

RGB153183223-
CMYK0.310.1800.13
HSL214.29º52.24%73.73%-
HSV(B)214.29º31.39%87.45%-
XYZ43.3945.9776.4-
YUV178.59153.06109.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=27.37%
G=32.74%
B=39.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531832230.310.1800.13214.2952.2473.73
Hex99B7DF1F120Dd6344a
Octal231267337372201532664112
Binary100110011011011111011111111111001001101110101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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