#B0D6DC

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

Shades of Light Blue #B0D6DC

Tints of Light Blue #B0D6DC

Color information

#B0D6DC (or 0xB0D6DC) is unknown color: approx Light Blue. HEX triplet: B0, D6 and DC. RGB value is (176,214,220). Sum of RGB (Red+Green+Blue) = 176+214+220=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6DC is #4F2923. Grayscale: #CBCBCB. Windows color (decimal): -5187876 or 14472880. OLE color: 14472880.

HSL color Cylindrical-coordinate representation of color #B0D6DC: hue angle of 188.18º 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 #B0D6DC is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176214220-
CMYK0.20.0300.14
HSL188.18º38.6%77.65%-
HSV(B)188.18º20%86.27%-
XYZ54.8762.4976.88-
YUV203.32137.41108.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=28.85%
G=35.08%
B=36.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762142200.20.0300.14188.1838.677.65
HexB0D6DC1430Ebc274e
Octal26032633424301627447116
Binary101100001101011011011100101001101110101111001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6DC; }

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

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

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

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

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

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

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

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