#B9D9EB

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

Shades of Light Blue #B9D9EB

Tints of Light Blue #B9D9EB

Color information

#B9D9EB (or 0xB9D9EB) is unknown color: approx Light Blue. HEX triplet: B9, D9 and EB. RGB value is (185,217,235). Sum of RGB (Red+Green+Blue) = 185+217+235=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9EB is #462614. Grayscale: #D1D1D1. Windows color (decimal): -4597269 or 15456697. OLE color: 15456697.

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

Color convert

RGB185217235-
CMYK0.210.0800.08
HSL201.6º55.56%82.35%-
HSV(B)201.6º21.28%92.16%-
XYZ59.8265.9488.17-
YUV209.48142.4110.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=29.04%
G=34.07%
B=36.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852172350.210.0800.08201.655.5682.35
HexB9D9EB15808ca3852
Octal271331353251001031270122
Binary10111001110110011110101110101100001000110010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9EB; }

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

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

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

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

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

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

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

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