#B2DAED

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

Shades of Light Blue #B2DAED

Tints of Light Blue #B2DAED

Color information

#B2DAED (or 0xB2DAED) is unknown color: approx Light Blue. HEX triplet: B2, DA and ED. RGB value is (178,218,237). Sum of RGB (Red+Green+Blue) = 178+218+237=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAED is #4D2512. Grayscale: #D0D0D0. Windows color (decimal): -5055763 or 15588018. OLE color: 15588018.

HSL color Cylindrical-coordinate representation of color #B2DAED: hue angle of 199.32º degrees, saturation: 0.62, 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 #B2DAED is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178218237-
CMYK0.250.0800.07
HSL199.32º62.11%81.37%-
HSV(B)199.32º24.89%92.94%-
XYZ58.7265.7289.71-
YUV208.21144.25106.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.12%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=28.12%
G=34.44%
B=37.44%

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
Decimal1782182370.250.0800.07199.3262.1181.37
HexB2DAED19807c73e51
Octal26233235531100730776121
Binary1011001011011010111011011100110000111110001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAED; }

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

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

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

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

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

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

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

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