Shades of Light Blue #B2CFDD
Tints of Light Blue #B2CFDD
RGB
CMYK
RGB Variations
Color information
#B2CFDD (or 0xB2CFDD) is known color: Light Blue. HEX triplet: B2, CF and DD. RGB value is (178,207,221). Sum of RGB (Red+Green+Blue) = 178+207+221=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDD is #4D3022. Grayscale: #C7C7C7. Windows color (decimal): -5058595 or 14536626. OLE color: 14536626.
HSL color Cylindrical-coordinate representation of color #B2CFDD: hue angle of 199.53º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CFDD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 207 | 221 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.13 |
| HSL | 199.53º | 0.39% | 0.78% | - |
| HSV(B) | 199.53º | 0.19% | 0.87% | - |
| XYZ | 53.72 | 59.31 | 77.02 | - |
| YUV | 199.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 221 | 0.19 | 0.06 | 0 | 0.13 | 199.53 | 0.39 | 0.78 |
| Hex | B2 | CF | DD | 13 | 6 | 0 | D | C8 | 27 | 4E |
| Octal | 262 | 317 | 335 | 23 | 6 | 0 | 15 | 310 | 47 | 116 |
| Binary | 10110010 | 11001111 | 11011101 | 10011 | 110 | 0 | 1101 | 11001000 | 100111 | 1001110 |
Color Harmonies of #B2CFDD
Complementary color
Monochromatic Colors of #B2CFDD
Black with #B2CFDD
Text Example
Text Example
White with #B2CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFDD; }
p { color: rgb(178,207,221); }
H1.HeaderClassName
{
color: #B2CFDD;
}
.AnyTagClassName
{
color: #B2CFDD;
}
</style>
background-color css
<style>
a { background-color: #B2CFDD; }
a { background-color: rgb(178,207,221); }
div.DivClassName
{
background-color: #B2CFDD;
}
.BgClassName
{
background-color: #B2CFDD;
}
</style>
border-color css
<style>
span { border-color: #B2CFDD; }
span { border-color: rgb(178,207,221); }
td.TdClassName
{
border-color: #B2CFDD;
}
.TagClassName
{
border-color: #B2CFDD;
}
</style>