#B2DEEF

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

Shades of Light Blue #B2DEEF

Tints of Light Blue #B2DEEF

Color information

#B2DEEF (or 0xB2DEEF) is unknown color: approx Light Blue. HEX triplet: B2, DE and EF. RGB value is (178,222,239). Sum of RGB (Red+Green+Blue) = 178+222+239=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEEF is #4D2110. Grayscale: #D2D2D2. Windows color (decimal): -5054737 or 15720114. OLE color: 15720114.

HSL color Cylindrical-coordinate representation of color #B2DEEF: hue angle of 196.72º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DEEF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178222239-
CMYK0.260.0700.06
HSL196.72º65.59%81.76%-
HSV(B)196.72º25.52%93.73%-
XYZ60.0667.9491.61-
YUV210.78143.92104.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=27.86%
G=34.74%
B=37.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782222390.260.0700.06196.7265.5981.76
HexB2DEEF1A706c54252
Octal26233635732706305102122
Binary1011001011011110111011111101011101101100010110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEEF; }

 p { color: rgb(178,222,239); }

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

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

 a { background-color: rgb(178,222,239); }

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

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

 span { border-color: rgb(178,222,239); }

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