Shades of Light Blue #B2DDED
Tints of Light Blue #B2DDED
RGB
CMYK
RGB Variations
Color information
#B2DDED (or 0xB2DDED) is known color: Light Blue. HEX triplet: B2, DD and ED. RGB value is (178,221,237). Sum of RGB (Red+Green+Blue) = 178+221+237=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDED is #4D2212. Grayscale: #D1D1D1. Windows color (decimal): -5054995 or 15588786. OLE color: 15588786.
HSL color Cylindrical-coordinate representation of color #B2DDED: hue angle of 196.27º 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 #B2DDED is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 221 | 237 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.07 |
| HSL | 196.27º | 0.62% | 0.81% | - |
| HSV(B) | 196.27º | 0.25% | 0.93% | - |
| XYZ | 59.5 | 67.29 | 89.97 | - |
| YUV | 209.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 237 | 0.25 | 0.07 | 0 | 0.07 | 196.27 | 0.62 | 0.81 |
| Hex | B2 | DD | ED | 19 | 7 | 0 | 7 | C4 | 3E | 51 |
| Octal | 262 | 335 | 355 | 31 | 7 | 0 | 7 | 304 | 76 | 121 |
| Binary | 10110010 | 11011101 | 11101101 | 11001 | 111 | 0 | 111 | 11000100 | 111110 | 1010001 |
Color Harmonies of #B2DDED
Complementary color
Monochromatic Colors of #B2DDED
Black with #B2DDED
Text Example
Text Example
White with #B2DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDED; }
p { color: rgb(178,221,237); }
H1.HeaderClassName
{
color: #B2DDED;
}
.AnyTagClassName
{
color: #B2DDED;
}
</style>
background-color css
<style>
a { background-color: #B2DDED; }
a { background-color: rgb(178,221,237); }
div.DivClassName
{
background-color: #B2DDED;
}
.BgClassName
{
background-color: #B2DDED;
}
</style>
border-color css
<style>
span { border-color: #B2DDED; }
span { border-color: rgb(178,221,237); }
td.TdClassName
{
border-color: #B2DDED;
}
.TagClassName
{
border-color: #B2DDED;
}
</style>