#B0D4DB

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

Shades of Light Blue #B0D4DB

Tints of Light Blue #B0D4DB

Color information

#B0D4DB (or 0xB0D4DB) is unknown color: approx Light Blue. HEX triplet: B0, D4 and DB. RGB value is (176,212,219). Sum of RGB (Red+Green+Blue) = 176+212+219=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4DB is #4F2B24. Grayscale: #C9C9C9. Windows color (decimal): -5188389 or 14406832. OLE color: 14406832.

HSL color Cylindrical-coordinate representation of color #B0D4DB: hue angle of 189.77º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D4DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176212219-
CMYK0.200.0300.14
HSL189.77º37.39%77.45%-
HSV(B)189.77º19.63%85.88%-
XYZ54.2361.4376.02-
YUV202.03137.57109.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=29.00%
G=34.93%
B=36.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762122190.200.0300.14189.7737.3977.45
HexB0D4DB1430Ebe254d
Octal26032433324301627645115
Binary101100001101010011011011101001101110101111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4DB; }

 p { color: rgb(176,212,219); }

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

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

 a { background-color: rgb(176,212,219); }

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

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

 span { border-color: rgb(176,212,219); }

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