#B5D9EC

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

Shades of Light Blue #B5D9EC

Tints of Light Blue #B5D9EC

Color information

#B5D9EC (or 0xB5D9EC) is unknown color: approx Light Blue. HEX triplet: B5, D9 and EC. RGB value is (181,217,236). Sum of RGB (Red+Green+Blue) = 181+217+236=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D9EC is #4A2613. Grayscale: #D0D0D0. Windows color (decimal): -4859412 or 15522229. OLE color: 15522229.

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

Color convert

RGB181217236-
CMYK0.230.0800.07
HSL200.73º59.14%81.76%-
HSV(B)200.73º23.31%92.55%-
XYZ59.0165.5188.89-
YUV208.4143.57108.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=28.55%
G=34.23%
B=37.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812172360.230.0800.07200.7359.1481.76
HexB5D9EC17807c93b52
Octal26533135427100731173122
Binary1011010111011001111011001011110000111110010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9EC; }

 p { color: rgb(181,217,236); }

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

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

 a { background-color: rgb(181,217,236); }

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

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

 span { border-color: rgb(181,217,236); }

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