#B9DBEF

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

Shades of Light Blue #B9DBEF

Tints of Light Blue #B9DBEF

Color information

#B9DBEF (or 0xB9DBEF) is unknown color: approx Light Blue. HEX triplet: B9, DB and EF. RGB value is (185,219,239). Sum of RGB (Red+Green+Blue) = 185+219+239=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEF is #462410. Grayscale: #D2D2D2. Windows color (decimal): -4596753 or 15719353. OLE color: 15719353.

HSL color Cylindrical-coordinate representation of color #B9DBEF: hue angle of 202.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DBEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185219239-
CMYK0.230.0800.06
HSL202.22º62.79%83.14%-
HSV(B)202.22º22.59%93.73%-
XYZ60.9267.2191.42-
YUV211.11143.74109.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=28.77%
G=34.06%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852192390.230.0800.06202.2262.7983.14
HexB9DBEF17806ca3f53
Octal27133335727100631277123
Binary1011100111011011111011111011110000110110010101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBEF; }

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

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

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

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

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

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

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

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