#B0D2DF

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

Shades of Light Blue #B0D2DF

Tints of Light Blue #B0D2DF

Color information

#B0D2DF (or 0xB0D2DF) is unknown color: approx Light Blue. HEX triplet: B0, D2 and DF. RGB value is (176,210,223). Sum of RGB (Red+Green+Blue) = 176+210+223=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0D2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2DF is #4F2D20. Grayscale: #C9C9C9. Windows color (decimal): -5188897 or 14668464. OLE color: 14668464.

HSL color Cylindrical-coordinate representation of color #B0D2DF: hue angle of 196.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D2DF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176210223-
CMYK0.210.0600.13
HSL196.6º42.34%78.24%-
HSV(B)196.6º21.08%87.45%-
XYZ54.2760.6578.66-
YUV201.32140.24109.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=28.90%
G=34.48%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762102230.210.0600.13196.642.3478.24
HexB0D2DF1560Dc52a4e
Octal26032233725601530552116
Binary1011000011010010110111111010111001101110001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2DF; }

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

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

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

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

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

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

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

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