#B5D5DC

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

Shades of Light Blue #B5D5DC

Tints of Light Blue #B5D5DC

Color information

#B5D5DC (or 0xB5D5DC) is unknown color: approx Light Blue. HEX triplet: B5, D5 and DC. RGB value is (181,213,220). Sum of RGB (Red+Green+Blue) = 181+213+220=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5DC is #4A2A23. Grayscale: #CCCCCC. Windows color (decimal): -4860452 or 14472629. OLE color: 14472629.

HSL color Cylindrical-coordinate representation of color #B5D5DC: hue angle of 190.77º 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 #B5D5DC is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181213220-
CMYK0.180.0300.14
HSL190.77º35.78%78.63%-
HSV(B)190.77º17.73%86.27%-
XYZ55.7762.5876.85-
YUV204.23136.9111.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.48%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=29.48%
G=34.69%
B=35.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812132200.180.0300.14190.7735.7878.63
HexB5D5DC1230Ebf244f
Octal26532533422301627744117
Binary101101011101010111011100100101101110101111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D5DC; }

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

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

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

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

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

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

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

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