#B0E2F7

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

Shades of Light Blue #B0E2F7

Tints of Light Blue #B0E2F7

Color information

#B0E2F7 (or 0xB0E2F7) is unknown color: approx Light Blue. HEX triplet: B0, E2 and F7. RGB value is (176,226,247). Sum of RGB (Red+Green+Blue) = 176+226+247=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0E2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2F7 is #4F1D08. Grayscale: #D5D5D5. Windows color (decimal): -5184777 or 16245424. OLE color: 16245424.

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

Color convert

RGB176226247-
CMYK0.290.0900.03
HSL197.75º81.61%82.94%-
HSV(B)197.75º28.74%96.86%-
XYZ61.8970.3498.31-
YUV213.44146.94101.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.12%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=27.12%
G=34.82%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762262470.290.0900.03197.7581.6182.94
HexB0E2F71D903c65253
Octal260342367351103306122123
Binary1011000011100010111101111110110010111100011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E2F7; }

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

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

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

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

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

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

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

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