Shades of Light Blue #B2DDEC
Tints of Light Blue #B2DDEC
RGB
CMYK
RGB Variations
Color information
#B2DDEC (or 0xB2DDEC) is known color: 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
RGB | 178 | 221 | 236 | - |
CMYK | 0.25 | 0.06 | 0 | 0.07 |
HSL | 195.52º | 0.6% | 0.81% | - |
HSV(B) | 195.52º | 0.25% | 0.93% | - |
XYZ | 59.36 | 67.23 | 89.21 | - |
YUV | 209.85 | 142.75 | 105.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 221 | 236 | 0.25 | 0.06 | 0 | 0.07 | 195.52 | 0.6 | 0.81 |
Hex | B2 | DD | EC | 19 | 6 | 0 | 7 | C4 | 3C | 51 |
Octal | 262 | 335 | 354 | 31 | 6 | 0 | 7 | 304 | 74 | 121 |
Binary | 10110010 | 11011101 | 11101100 | 11001 | 110 | 0 | 111 | 11000100 | 111100 | 1010001 |
Color Harmonies of #B2DDEC
Complementary color
Monochromatic Colors of #B2DDEC
Black with #B2DDEC
Text Example
Text Example
White with #B2DDEC
Text Example
Text Example
HTML Codes & Css Web 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>