#B0DEF1

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

Shades of Light Blue #B0DEF1

Tints of Light Blue #B0DEF1

Color information

#B0DEF1 (or 0xB0DEF1) is unknown color: approx Light Blue. HEX triplet: B0, DE and F1. RGB value is (176,222,241). Sum of RGB (Red+Green+Blue) = 176+222+241=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF1 is #4F210E. Grayscale: #D2D2D2. Windows color (decimal): -5185807 or 15851184. OLE color: 15851184.

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

Color convert

RGB176222241-
CMYK0.270.0800.05
HSL197.54º69.89%81.76%-
HSV(B)197.54º26.97%94.51%-
XYZ59.967.8293.15-
YUV210.41145.26103.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.54%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=27.54%
G=34.74%
B=37.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762222410.270.0800.05197.5469.8981.76
HexB0DEF11B805c64652
Octal260336361331005306106122
Binary10110000110111101111000111011100001011100011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEF1; }

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

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

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

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

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

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

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

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