#B0D5DD

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

Shades of Light Blue #B0D5DD

Tints of Light Blue #B0D5DD

Color information

#B0D5DD (or 0xB0D5DD) is unknown color: approx Light Blue. HEX triplet: B0, D5 and DD. RGB value is (176,213,221). Sum of RGB (Red+Green+Blue) = 176+213+221=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5DD is #4F2A22. Grayscale: #CACACA. Windows color (decimal): -5188131 or 14538160. OLE color: 14538160.

HSL color Cylindrical-coordinate representation of color #B0D5DD: hue angle of 190.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D5DD is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176213221-
CMYK0.200.0400.13
HSL190.67º39.82%77.84%-
HSV(B)190.67º20.36%86.67%-
XYZ54.7562.0477.5-
YUV202.85138.24108.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=28.85%
G=34.92%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762132210.200.0400.13190.6739.8277.84
HexB0D5DD1440Dbf284e
Octal26032533524401527750116
Binary1011000011010101110111011010010001101101111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D5DD; }

 p { color: rgb(176,213,221); }

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

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

 a { background-color: rgb(176,213,221); }

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

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

 span { border-color: rgb(176,213,221); }

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