#B2DDEC

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

Shades of Light Blue #B2DDEC

Tints of Light Blue #B2DDEC

Color information

#B2DDEC (or 0xB2DDEC) is unknown color: approx Light Blue. HEX triplet: B2, DD and EC. RGB value is (178,221,236). Sum of RGB (Red+Green+Blue) = 178+221+236=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDEC is #4D2213. Grayscale: #D1D1D1. Windows color (decimal): -5054996 or 15523250. OLE color: 15523250.

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

Color convert

RGB178221236-
CMYK0.250.0600.07
HSL195.52º60.42%81.18%-
HSV(B)195.52º24.58%92.55%-
XYZ59.3667.2389.21-
YUV209.85142.75105.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.03%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=28.03%
G=34.80%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782212360.250.0600.07195.5260.4281.18
HexB2DDEC19607c43c51
Octal2623353543160730474121
Binary101100101101110111101100110011100111110001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDEC; }

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

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

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

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

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

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

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

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