Shades of Light Blue #B4CFDF
Tints of Light Blue #B4CFDF
RGB
CMYK
RGB Variations
Color information
#B4CFDF (or 0xB4CFDF) is known color: Light Blue. HEX triplet: B4, CF and DF. RGB value is (180,207,223). Sum of RGB (Red+Green+Blue) = 180+207+223=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFDF is #4B3020. Grayscale: #C8C8C8. Windows color (decimal): -4927521 or 14667700. OLE color: 14667700.
HSL color Cylindrical-coordinate representation of color #B4CFDF: hue angle of 202.33º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4CFDF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 207 | 223 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.13 |
| HSL | 202.33º | 0.4% | 0.79% | - |
| HSV(B) | 202.33º | 0.19% | 0.87% | - |
| XYZ | 54.45 | 59.66 | 78.46 | - |
| YUV | 200.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 223 | 0.19 | 0.07 | 0 | 0.13 | 202.33 | 0.4 | 0.79 |
| Hex | B4 | CF | DF | 13 | 7 | 0 | D | CA | 28 | 4F |
| Octal | 264 | 317 | 337 | 23 | 7 | 0 | 15 | 312 | 50 | 117 |
| Binary | 10110100 | 11001111 | 11011111 | 10011 | 111 | 0 | 1101 | 11001010 | 101000 | 1001111 |
Color Harmonies of #B4CFDF
Complementary color
Monochromatic Colors of #B4CFDF
Black with #B4CFDF
Text Example
Text Example
White with #B4CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFDF; }
p { color: rgb(180,207,223); }
H1.HeaderClassName
{
color: #B4CFDF;
}
.AnyTagClassName
{
color: #B4CFDF;
}
</style>
background-color css
<style>
a { background-color: #B4CFDF; }
a { background-color: rgb(180,207,223); }
div.DivClassName
{
background-color: #B4CFDF;
}
.BgClassName
{
background-color: #B4CFDF;
}
</style>
border-color css
<style>
span { border-color: #B4CFDF; }
span { border-color: rgb(180,207,223); }
td.TdClassName
{
border-color: #B4CFDF;
}
.TagClassName
{
border-color: #B4CFDF;
}
</style>