#B0E1F1

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

Shades of Light Blue #B0E1F1

Tints of Light Blue #B0E1F1

Color information

#B0E1F1 (or 0xB0E1F1) is unknown color: approx Light Blue. HEX triplet: B0, E1 and F1. RGB value is (176,225,241). Sum of RGB (Red+Green+Blue) = 176+225+241=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0E1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1F1 is #4F1E0E. Grayscale: #D4D4D4. Windows color (decimal): -5185039 or 15851952. OLE color: 15851952.

HSL color Cylindrical-coordinate representation of color #B0E1F1: hue angle of 194.77º degrees, saturation: 0.7, 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 #B0E1F1 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176225241-
CMYK0.270.0700.05
HSL194.77º69.89%81.76%-
HSV(B)194.77º26.97%94.51%-
XYZ60.7169.4393.42-
YUV212.17144.27102.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.41%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=27.41%
G=35.05%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762252410.270.0700.05194.7769.8981.76
HexB0E1F11B705c34652
Octal26034136133705303106122
Binary1011000011100001111100011101111101011100001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E1F1; }

 p { color: rgb(176,225,241); }

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

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

 a { background-color: rgb(176,225,241); }

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

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

 span { border-color: rgb(176,225,241); }

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