#B9DBEB

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

Shades of Light Blue #B9DBEB

Tints of Light Blue #B9DBEB

Color information

#B9DBEB (or 0xB9DBEB) is unknown color: approx Light Blue. HEX triplet: B9, DB and EB. RGB value is (185,219,235). Sum of RGB (Red+Green+Blue) = 185+219+235=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEB is #462414. Grayscale: #D2D2D2. Windows color (decimal): -4596757 or 15457209. OLE color: 15457209.

HSL color Cylindrical-coordinate representation of color #B9DBEB: hue angle of 199.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9DBEB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185219235-
CMYK0.210.0700.08
HSL199.2º55.56%82.35%-
HSV(B)199.2º21.28%92.16%-
XYZ60.3366.9888.34-
YUV210.66141.74109.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=28.95%
G=34.27%
B=36.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852192350.210.0700.08199.255.5682.35
HexB9DBEB15708c73852
Octal27133335325701030770122
Binary1011100111011011111010111010111101000110001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBEB; }

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

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

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

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

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

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

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

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