#B9D9EC

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

Shades of Light Blue #B9D9EC

Tints of Light Blue #B9D9EC

Color information

#B9D9EC (or 0xB9D9EC) is unknown color: approx Light Blue. HEX triplet: B9, D9 and EC. RGB value is (185,217,236). Sum of RGB (Red+Green+Blue) = 185+217+236=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9EC is #462613. Grayscale: #D1D1D1. Windows color (decimal): -4597268 or 15522233. OLE color: 15522233.

HSL color Cylindrical-coordinate representation of color #B9D9EC: hue angle of 202.35º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D9EC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185217236-
CMYK0.220.0800.07
HSL202.35º57.3%82.55%-
HSV(B)202.35º21.61%92.55%-
XYZ59.966688.94-
YUV209.6142.9110.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=29.00%
G=34.01%
B=36.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852172360.220.0800.07202.3557.382.55
HexB9D9EC16807ca3953
Octal27133135426100731271123
Binary1011100111011001111011001011010000111110010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9EC; }

 p { color: rgb(185,217,236); }

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

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

 a { background-color: rgb(185,217,236); }

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

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

 span { border-color: rgb(185,217,236); }

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