#B9DDED

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

Shades of Light Blue #B9DDED

Tints of Light Blue #B9DDED

Color information

#B9DDED (or 0xB9DDED) is unknown color: approx Light Blue. HEX triplet: B9, DD and ED. RGB value is (185,221,237). Sum of RGB (Red+Green+Blue) = 185+221+237=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDED is #462212. Grayscale: #D3D3D3. Windows color (decimal): -4596243 or 15588793. OLE color: 15588793.

HSL color Cylindrical-coordinate representation of color #B9DDED: hue angle of 198.46º degrees, saturation: 0.59, 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 #B9DDED is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185221237-
CMYK0.220.0700.07
HSL198.46º59.09%82.75%-
HSV(B)198.46º21.94%92.94%-
XYZ61.1568.1490.05-
YUV212.06142.07108.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=28.77%
G=34.37%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852212370.220.0700.07198.4659.0982.75
HexB9DDED16707c63b53
Octal2713353552670730673123
Binary101110011101110111101101101101110111110001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDED; }

 p { color: rgb(185,221,237); }

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

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

 a { background-color: rgb(185,221,237); }

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

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

 span { border-color: rgb(185,221,237); }

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