#B5D1DC

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

Shades of Light Blue #B5D1DC

Tints of Light Blue #B5D1DC

Color information

#B5D1DC (or 0xB5D1DC) is unknown color: approx Light Blue. HEX triplet: B5, D1 and DC. RGB value is (181,209,220). Sum of RGB (Red+Green+Blue) = 181+209+220=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1DC is #4A2E23. Grayscale: #C9C9C9. Windows color (decimal): -4861476 or 14471605. OLE color: 14471605.

HSL color Cylindrical-coordinate representation of color #B5D1DC: hue angle of 196.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D1DC is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181209220-
CMYK0.180.0500.14
HSL196.92º35.78%78.63%-
HSV(B)196.92º17.73%86.27%-
XYZ54.7760.5976.52-
YUV201.88138.22113.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=29.67%
G=34.26%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812092200.180.0500.14196.9235.7878.63
HexB5D1DC1250Ec5244f
Octal26532133422501630544117
Binary1011010111010001110111001001010101110110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D1DC; }

 p { color: rgb(181,209,220); }

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

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

 a { background-color: rgb(181,209,220); }

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

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

 span { border-color: rgb(181,209,220); }

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