Shades of Light Blue #B2DDF7
Tints of Light Blue #B2DDF7
RGB
CMYK
RGB Variations
Color information
#B2DDF7 (or 0xB2DDF7) is known color: Light Blue. HEX triplet: B2, DD and F7. RGB value is (178,221,247). Sum of RGB (Red+Green+Blue) = 178+221+247=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2DDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDF7 is #4D2208. Grayscale: #D2D2D2. Windows color (decimal): -5054985 or 16244146. OLE color: 16244146.
HSL color Cylindrical-coordinate representation of color #B2DDF7: hue angle of 202.61º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2DDF7 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 221 | 247 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.03 |
| HSL | 202.61º | 0.81% | 0.83% | - |
| HSV(B) | 202.61º | 0.28% | 0.97% | - |
| XYZ | 61.01 | 67.89 | 97.89 | - |
| YUV | 211.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 247 | 0.28 | 0.11 | 0 | 0.03 | 202.61 | 0.81 | 0.83 |
| Hex | B2 | DD | F7 | 1C | B | 0 | 3 | CB | 51 | 53 |
| Octal | 262 | 335 | 367 | 34 | 13 | 0 | 3 | 313 | 121 | 123 |
| Binary | 10110010 | 11011101 | 11110111 | 11100 | 1011 | 0 | 11 | 11001011 | 1010001 | 1010011 |
Color Harmonies of #B2DDF7
Complementary color
Monochromatic Colors of #B2DDF7
Black with #B2DDF7
Text Example
Text Example
White with #B2DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDF7; }
p { color: rgb(178,221,247); }
H1.HeaderClassName
{
color: #B2DDF7;
}
.AnyTagClassName
{
color: #B2DDF7;
}
</style>
background-color css
<style>
a { background-color: #B2DDF7; }
a { background-color: rgb(178,221,247); }
div.DivClassName
{
background-color: #B2DDF7;
}
.BgClassName
{
background-color: #B2DDF7;
}
</style>
border-color css
<style>
span { border-color: #B2DDF7; }
span { border-color: rgb(178,221,247); }
td.TdClassName
{
border-color: #B2DDF7;
}
.TagClassName
{
border-color: #B2DDF7;
}
</style>