Shades of Light Blue #B5CFDF
Tints of Light Blue #B5CFDF
RGB
CMYK
RGB Variations
Color information
#B5CFDF (or 0xB5CFDF) is known color: Light Blue. HEX triplet: B5, CF and DF. RGB value is (181,207,223). Sum of RGB (Red+Green+Blue) = 181+207+223=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDF is #4A3020. Grayscale: #C8C8C8. Windows color (decimal): -4861985 or 14667701. OLE color: 14667701.
HSL color Cylindrical-coordinate representation of color #B5CFDF: hue angle of 202.86º 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 #B5CFDF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 207 | 223 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.13 |
| HSL | 202.86º | 0.4% | 0.79% | - |
| HSV(B) | 202.86º | 0.19% | 0.87% | - |
| XYZ | 54.69 | 59.78 | 78.47 | - |
| YUV | 201.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 223 | 0.19 | 0.07 | 0 | 0.13 | 202.86 | 0.4 | 0.79 |
| Hex | B5 | CF | DF | 13 | 7 | 0 | D | CB | 28 | 4F |
| Octal | 265 | 317 | 337 | 23 | 7 | 0 | 15 | 313 | 50 | 117 |
| Binary | 10110101 | 11001111 | 11011111 | 10011 | 111 | 0 | 1101 | 11001011 | 101000 | 1001111 |
Color Harmonies of #B5CFDF
Complementary color
Monochromatic Colors of #B5CFDF
Black with #B5CFDF
Text Example
Text Example
White with #B5CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFDF; }
p { color: rgb(181,207,223); }
H1.HeaderClassName
{
color: #B5CFDF;
}
.AnyTagClassName
{
color: #B5CFDF;
}
</style>
background-color css
<style>
a { background-color: #B5CFDF; }
a { background-color: rgb(181,207,223); }
div.DivClassName
{
background-color: #B5CFDF;
}
.BgClassName
{
background-color: #B5CFDF;
}
</style>
border-color css
<style>
span { border-color: #B5CFDF; }
span { border-color: rgb(181,207,223); }
td.TdClassName
{
border-color: #B5CFDF;
}
.TagClassName
{
border-color: #B5CFDF;
}
</style>