Shades of Light Blue #B4CFDA
Tints of Light Blue #B4CFDA
RGB
CMYK
RGB Variations
Color information
#B4CFDA (or 0xB4CFDA) is known color: Light Blue. HEX triplet: B4, CF and DA. RGB value is (180,207,218). Sum of RGB (Red+Green+Blue) = 180+207+218=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFDA is #4B3025. Grayscale: #C8C8C8. Windows color (decimal): -4927526 or 14340020. OLE color: 14340020.
HSL color Cylindrical-coordinate representation of color #B4CFDA: hue angle of 197.37º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CFDA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 207 | 218 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.15 |
| HSL | 197.37º | 0.34% | 0.78% | - |
| HSV(B) | 197.37º | 0.17% | 0.85% | - |
| XYZ | 53.79 | 59.39 | 74.96 | - |
| YUV | 200.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 218 | 0.17 | 0.05 | 0 | 0.15 | 197.37 | 0.34 | 0.78 |
| Hex | B4 | CF | DA | 11 | 5 | 0 | F | C5 | 22 | 4E |
| Octal | 264 | 317 | 332 | 21 | 5 | 0 | 17 | 305 | 42 | 116 |
| Binary | 10110100 | 11001111 | 11011010 | 10001 | 101 | 0 | 1111 | 11000101 | 100010 | 1001110 |
Color Harmonies of #B4CFDA
Complementary color
Monochromatic Colors of #B4CFDA
Black with #B4CFDA
Text Example
Text Example
White with #B4CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFDA; }
p { color: rgb(180,207,218); }
H1.HeaderClassName
{
color: #B4CFDA;
}
.AnyTagClassName
{
color: #B4CFDA;
}
</style>
background-color css
<style>
a { background-color: #B4CFDA; }
a { background-color: rgb(180,207,218); }
div.DivClassName
{
background-color: #B4CFDA;
}
.BgClassName
{
background-color: #B4CFDA;
}
</style>
border-color css
<style>
span { border-color: #B4CFDA; }
span { border-color: rgb(180,207,218); }
td.TdClassName
{
border-color: #B4CFDA;
}
.TagClassName
{
border-color: #B4CFDA;
}
</style>