Shades of Light Blue #B2DDF6
Tints of Light Blue #B2DDF6
RGB
CMYK
RGB Variations
Color information
#B2DDF6 (or 0xB2DDF6) is known color: Light Blue. HEX triplet: B2, DD and F6. RGB value is (178,221,246). Sum of RGB (Red+Green+Blue) = 178+221+246=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDF6 is #4D2209. Grayscale: #D2D2D2. Windows color (decimal): -5054986 or 16178610. OLE color: 16178610.
HSL color Cylindrical-coordinate representation of color #B2DDF6: hue angle of 202.06º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2DDF6 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 221 | 246 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.04 |
| HSL | 202.06º | 0.79% | 0.83% | - |
| HSV(B) | 202.06º | 0.28% | 0.96% | - |
| XYZ | 60.85 | 67.83 | 97.07 | - |
| YUV | 210.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 246 | 0.28 | 0.10 | 0 | 0.04 | 202.06 | 0.79 | 0.83 |
| Hex | B2 | DD | F6 | 1C | A | 0 | 4 | CA | 4F | 53 |
| Octal | 262 | 335 | 366 | 34 | 12 | 0 | 4 | 312 | 117 | 123 |
| Binary | 10110010 | 11011101 | 11110110 | 11100 | 1010 | 0 | 100 | 11001010 | 1001111 | 1010011 |
Color Harmonies of #B2DDF6
Complementary color
Monochromatic Colors of #B2DDF6
Black with #B2DDF6
Text Example
Text Example
White with #B2DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDF6; }
p { color: rgb(178,221,246); }
H1.HeaderClassName
{
color: #B2DDF6;
}
.AnyTagClassName
{
color: #B2DDF6;
}
</style>
background-color css
<style>
a { background-color: #B2DDF6; }
a { background-color: rgb(178,221,246); }
div.DivClassName
{
background-color: #B2DDF6;
}
.BgClassName
{
background-color: #B2DDF6;
}
</style>
border-color css
<style>
span { border-color: #B2DDF6; }
span { border-color: rgb(178,221,246); }
td.TdClassName
{
border-color: #B2DDF6;
}
.TagClassName
{
border-color: #B2DDF6;
}
</style>