#B5D3DD

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

Shades of Light Blue #B5D3DD

Tints of Light Blue #B5D3DD

Color information

#B5D3DD (or 0xB5D3DD) is unknown color: approx Light Blue. HEX triplet: B5, D3 and DD. RGB value is (181,211,221). Sum of RGB (Red+Green+Blue) = 181+211+221=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D3DD is #4A2C22. Grayscale: #CBCBCB. Windows color (decimal): -4860963 or 14537653. OLE color: 14537653.

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

Color convert

RGB181211221-
CMYK0.180.0500.13
HSL195º37.04%78.82%-
HSV(B)195º18.1%86.67%-
XYZ55.461.6377.38-
YUV203.17138.06112.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.53%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=29.53%
G=34.42%
B=36.05%

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
Decimal1812112210.180.0500.1319537.0478.82
HexB5D3DD1250Dc3254f
Octal26532333522501530345117
Binary1011010111010011110111011001010101101110000111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D3DD; }

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

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

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

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

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

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

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

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