#B9DCEE

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

Shades of Light Blue #B9DCEE

Tints of Light Blue #B9DCEE

Color information

#B9DCEE (or 0xB9DCEE) is unknown color: approx Light Blue. HEX triplet: B9, DC and EE. RGB value is (185,220,238). Sum of RGB (Red+Green+Blue) = 185+220+238=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCEE is #462311. Grayscale: #D3D3D3. Windows color (decimal): -4596498 or 15654073. OLE color: 15654073.

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

Color convert

RGB185220238-
CMYK0.220.0800.07
HSL200.38º60.92%82.94%-
HSV(B)200.38º22.27%93.33%-
XYZ61.0367.6790.73-
YUV211.59142.9109.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=28.77%
G=34.21%
B=37.01%

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
Decimal1852202380.220.0800.07200.3860.9282.94
HexB9DCEE16807c83d53
Octal27133435626100731075123
Binary1011100111011100111011101011010000111110010001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCEE; }

 p { color: rgb(185,220,238); }

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

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

 a { background-color: rgb(185,220,238); }

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

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

 span { border-color: rgb(185,220,238); }

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