#B0DEF7

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

Shades of Light Blue #B0DEF7

Tints of Light Blue #B0DEF7

Color information

#B0DEF7 (or 0xB0DEF7) is unknown color: approx Light Blue. HEX triplet: B0, DE and F7. RGB value is (176,222,247). Sum of RGB (Red+Green+Blue) = 176+222+247=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0DEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF7 is #4F2108. Grayscale: #D2D2D2. Windows color (decimal): -5185801 or 16244400. OLE color: 16244400.

HSL color Cylindrical-coordinate representation of color #B0DEF7: hue angle of 201.13º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DEF7 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176222247-
CMYK0.290.1000.03
HSL201.13º81.61%82.94%-
HSV(B)201.13º28.74%96.86%-
XYZ60.8168.1997.95-
YUV211.1148.26102.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=27.29%
G=34.42%
B=38.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762222470.290.1000.03201.1381.6182.94
HexB0DEF71DA03c95253
Octal260336367351203311122123
Binary1011000011011110111101111110110100111100100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEF7; }

 p { color: rgb(176,222,247); }

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

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

 a { background-color: rgb(176,222,247); }

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

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

 span { border-color: rgb(176,222,247); }

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