#B0D2DD

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

Shades of Light Blue #B0D2DD

Tints of Light Blue #B0D2DD

Color information

#B0D2DD (or 0xB0D2DD) is unknown color: approx Light Blue. HEX triplet: B0, D2 and DD. RGB value is (176,210,221). Sum of RGB (Red+Green+Blue) = 176+210+221=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2DD is #4F2D22. Grayscale: #C9C9C9. Windows color (decimal): -5188899 or 14537392. OLE color: 14537392.

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

Color convert

RGB176210221-
CMYK0.200.0500.13
HSL194.67º39.82%77.84%-
HSV(B)194.67º20.36%86.67%-
XYZ5460.5477.25-
YUV201.09139.24110.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=29.00%
G=34.60%
B=36.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762102210.200.0500.13194.6739.8277.84
HexB0D2DD1450Dc3284e
Octal26032233524501530350116
Binary1011000011010010110111011010010101101110000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2DD; }

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

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

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

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

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

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

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

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