Shades of Light Blue #B2CFDC
Tints of Light Blue #B2CFDC
RGB
CMYK
RGB Variations
Color information
#B2CFDC (or 0xB2CFDC) is known color: Light Blue. HEX triplet: B2, CF and DC. RGB value is (178,207,220). Sum of RGB (Red+Green+Blue) = 178+207+220=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDC is #4D3023. Grayscale: #C7C7C7. Windows color (decimal): -5058596 or 14471090. OLE color: 14471090.
HSL color Cylindrical-coordinate representation of color #B2CFDC: hue angle of 198.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CFDC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 207 | 220 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.14 |
| HSL | 198.57º | 0.38% | 0.78% | - |
| HSV(B) | 198.57º | 0.19% | 0.86% | - |
| XYZ | 53.59 | 59.26 | 76.32 | - |
| YUV | 199.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 220 | 0.19 | 0.06 | 0 | 0.14 | 198.57 | 0.38 | 0.78 |
| Hex | B2 | CF | DC | 13 | 6 | 0 | E | C7 | 26 | 4E |
| Octal | 262 | 317 | 334 | 23 | 6 | 0 | 16 | 307 | 46 | 116 |
| Binary | 10110010 | 11001111 | 11011100 | 10011 | 110 | 0 | 1110 | 11000111 | 100110 | 1001110 |
Color Harmonies of #B2CFDC
Complementary color
Monochromatic Colors of #B2CFDC
Black with #B2CFDC
Text Example
Text Example
White with #B2CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFDC; }
p { color: rgb(178,207,220); }
H1.HeaderClassName
{
color: #B2CFDC;
}
.AnyTagClassName
{
color: #B2CFDC;
}
</style>
background-color css
<style>
a { background-color: #B2CFDC; }
a { background-color: rgb(178,207,220); }
div.DivClassName
{
background-color: #B2CFDC;
}
.BgClassName
{
background-color: #B2CFDC;
}
</style>
border-color css
<style>
span { border-color: #B2CFDC; }
span { border-color: rgb(178,207,220); }
td.TdClassName
{
border-color: #B2CFDC;
}
.TagClassName
{
border-color: #B2CFDC;
}
</style>