#B2DEEB

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

Shades of Light Blue #B2DEEB

Tints of Light Blue #B2DEEB

Color information

#B2DEEB (or 0xB2DEEB) is unknown color: approx Light Blue. HEX triplet: B2, DE and EB. RGB value is (178,222,235). Sum of RGB (Red+Green+Blue) = 178+222+235=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEEB is #4D2114. Grayscale: #D2D2D2. Windows color (decimal): -5054741 or 15457970. OLE color: 15457970.

HSL color Cylindrical-coordinate representation of color #B2DEEB: hue angle of 193.68º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DEEB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178222235-
CMYK0.240.0600.08
HSL193.68º58.76%80.98%-
HSV(B)193.68º24.26%92.16%-
XYZ59.4867.7188.53-
YUV210.33141.92104.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.03%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=28.03%
G=34.96%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782222350.240.0600.08193.6858.7680.98
HexB2DEEB18608c23b51
Octal26233635330601030273121
Binary1011001011011110111010111100011001000110000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEEB; }

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

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

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

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

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

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

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

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