#B0E0F3

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

Shades of Light Blue #B0E0F3

Tints of Light Blue #B0E0F3

Color information

#B0E0F3 (or 0xB0E0F3) is unknown color: approx Light Blue. HEX triplet: B0, E0 and F3. RGB value is (176,224,243). Sum of RGB (Red+Green+Blue) = 176+224+243=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0E0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0F3 is #4F1F0C. Grayscale: #D3D3D3. Windows color (decimal): -5185293 or 15982768. OLE color: 15982768.

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

Color convert

RGB176224243-
CMYK0.280.0800.05
HSL197.01º73.63%82.16%-
HSV(B)197.01º27.57%95.29%-
XYZ60.7469.0194.91-
YUV211.81145.6102.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 224 (87.89% from 255) = 34.84%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=27.37%
G=34.84%
B=37.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762242430.280.0800.05197.0173.6382.16
HexB0E0F31C805c54a52
Octal260340363341005305112122
Binary10110000111000001111001111100100001011100010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0F3; }

 p { color: rgb(176,224,243); }

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

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

 a { background-color: rgb(176,224,243); }

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

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

 span { border-color: rgb(176,224,243); }

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