#B5D2DD

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

Shades of Light Blue #B5D2DD

Tints of Light Blue #B5D2DD

Color information

#B5D2DD (or 0xB5D2DD) is unknown color: approx Light Blue. HEX triplet: B5, D2 and DD. RGB value is (181,210,221). Sum of RGB (Red+Green+Blue) = 181+210+221=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2DD is #4A2D22. Grayscale: #CACACA. Windows color (decimal): -4861219 or 14537397. OLE color: 14537397.

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

Color convert

RGB181210221-
CMYK0.180.0500.13
HSL196.5º37.04%78.82%-
HSV(B)196.5º18.1%86.67%-
XYZ55.1561.1477.3-
YUV202.58138.39112.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=29.58%
G=34.31%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812102210.180.0500.13196.537.0478.82
HexB5D2DD1250Dc4254f
Octal26532233522501530445117
Binary1011010111010010110111011001010101101110001001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D2DD; }

 p { color: rgb(181,210,221); }

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

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

 a { background-color: rgb(181,210,221); }

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

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

 span { border-color: rgb(181,210,221); }

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