#B9DBED

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

Shades of Light Blue #B9DBED

Tints of Light Blue #B9DBED

Color information

#B9DBED (or 0xB9DBED) is unknown color: approx Light Blue. HEX triplet: B9, DB and ED. RGB value is (185,219,237). Sum of RGB (Red+Green+Blue) = 185+219+237=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBED is #462412. Grayscale: #D2D2D2. Windows color (decimal): -4596755 or 15588281. OLE color: 15588281.

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

Color convert

RGB185219237-
CMYK0.220.0800.07
HSL200.77º59.09%82.75%-
HSV(B)200.77º21.94%92.94%-
XYZ60.6367.0989.88-
YUV210.89142.74109.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=28.86%
G=34.17%
B=36.97%

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
Decimal1852192370.220.0800.07200.7759.0982.75
HexB9DBED16807c93b53
Octal27133335526100731173123
Binary1011100111011011111011011011010000111110010011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBED; }

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

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

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

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

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

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

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

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