#B0DBF2

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

Shades of Light Blue #B0DBF2

Tints of Light Blue #B0DBF2

Color information

#B0DBF2 (or 0xB0DBF2) is unknown color: approx Light Blue. HEX triplet: B0, DB and F2. RGB value is (176,219,242). Sum of RGB (Red+Green+Blue) = 176+219+242=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF2 is #4F240D. Grayscale: #D0D0D0. Windows color (decimal): -5186574 or 15915952. OLE color: 15915952.

HSL color Cylindrical-coordinate representation of color #B0DBF2: hue angle of 200.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DBF2 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176219242-
CMYK0.270.1000.05
HSL200.91º71.74%81.96%-
HSV(B)200.91º27.27%94.9%-
XYZ59.2666.393.68-
YUV208.76146.75104.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=27.63%
G=34.38%
B=37.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762192420.270.1000.05200.9171.7481.96
HexB0DBF21BA05c94852
Octal260333362331205311110122
Binary10110000110110111111001011011101001011100100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBF2; }

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

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

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

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

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

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

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

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