Shades of Light Blue #B2DDF3
Tints of Light Blue #B2DDF3
RGB
CMYK
RGB Variations
Color information
#B2DDF3 (or 0xB2DDF3) is known color: Light Blue. HEX triplet: B2, DD and F3. RGB value is (178,221,243). Sum of RGB (Red+Green+Blue) = 178+221+243=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDF3 is #4D220C. Grayscale: #D2D2D2. Windows color (decimal): -5054989 or 15982002. OLE color: 15982002.
HSL color Cylindrical-coordinate representation of color #B2DDF3: hue angle of 200.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DDF3 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 221 | 243 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.05 |
| HSL | 200.31º | 0.73% | 0.83% | - |
| HSV(B) | 200.31º | 0.27% | 0.95% | - |
| XYZ | 60.39 | 67.65 | 94.67 | - |
| YUV | 210.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 243 | 0.27 | 0.09 | 0 | 0.05 | 200.31 | 0.73 | 0.83 |
| Hex | B2 | DD | F3 | 1B | 9 | 0 | 5 | C8 | 49 | 53 |
| Octal | 262 | 335 | 363 | 33 | 11 | 0 | 5 | 310 | 111 | 123 |
| Binary | 10110010 | 11011101 | 11110011 | 11011 | 1001 | 0 | 101 | 11001000 | 1001001 | 1010011 |
Color Harmonies of #B2DDF3
Complementary color
Monochromatic Colors of #B2DDF3
Black with #B2DDF3
Text Example
Text Example
White with #B2DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDF3; }
p { color: rgb(178,221,243); }
H1.HeaderClassName
{
color: #B2DDF3;
}
.AnyTagClassName
{
color: #B2DDF3;
}
</style>
background-color css
<style>
a { background-color: #B2DDF3; }
a { background-color: rgb(178,221,243); }
div.DivClassName
{
background-color: #B2DDF3;
}
.BgClassName
{
background-color: #B2DDF3;
}
</style>
border-color css
<style>
span { border-color: #B2DDF3; }
span { border-color: rgb(178,221,243); }
td.TdClassName
{
border-color: #B2DDF3;
}
.TagClassName
{
border-color: #B2DDF3;
}
</style>