#B2DAEC

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

Shades of Light Blue #B2DAEC

Tints of Light Blue #B2DAEC

Color information

#B2DAEC (or 0xB2DAEC) is unknown color: approx Light Blue. HEX triplet: B2, DA and EC. RGB value is (178,218,236). Sum of RGB (Red+Green+Blue) = 178+218+236=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAEC is #4D2513. Grayscale: #CFCFCF. Windows color (decimal): -5055764 or 15522482. OLE color: 15522482.

HSL color Cylindrical-coordinate representation of color #B2DAEC: hue angle of 198.62º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DAEC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178218236-
CMYK0.250.0800.07
HSL198.62º60.42%81.18%-
HSV(B)198.62º24.58%92.55%-
XYZ58.5765.6688.94-
YUV208.09143.75106.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.16%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=28.16%
G=34.49%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782182360.250.0800.07198.6260.4281.18
HexB2DAEC19807c73c51
Octal26233235431100730774121
Binary1011001011011010111011001100110000111110001111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAEC; }

 p { color: rgb(178,218,236); }

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

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

 a { background-color: rgb(178,218,236); }

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

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

 span { border-color: rgb(178,218,236); }

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