#B0D2DC

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

Shades of Light Blue #B0D2DC

Tints of Light Blue #B0D2DC

Color information

#B0D2DC (or 0xB0D2DC) is unknown color: approx Light Blue. HEX triplet: B0, D2 and DC. RGB value is (176,210,220). Sum of RGB (Red+Green+Blue) = 176+210+220=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2DC is #4F2D23. Grayscale: #C8C8C8. Windows color (decimal): -5188900 or 14471856. OLE color: 14471856.

HSL color Cylindrical-coordinate representation of color #B0D2DC: hue angle of 193.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D2DC is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176210220-
CMYK0.20.0500.14
HSL193.64º38.6%77.65%-
HSV(B)193.64º20%86.27%-
XYZ53.8760.4976.55-
YUV200.97138.74110.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=29.04%
G=34.65%
B=36.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762102200.20.0500.14193.6438.677.65
HexB0D2DC1450Ec2274e
Octal26032233424501630247116
Binary1011000011010010110111001010010101110110000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2DC; }

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

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

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

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

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

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

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

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