Shades of Light Blue #B5CFDA
Tints of Light Blue #B5CFDA
RGB
CMYK
RGB Variations
Color information
#B5CFDA (or 0xB5CFDA) is known color: Light Blue. HEX triplet: B5, CF and DA. RGB value is (181,207,218). Sum of RGB (Red+Green+Blue) = 181+207+218=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDA is #4A3025. Grayscale: #C8C8C8. Windows color (decimal): -4861990 or 14340021. OLE color: 14340021.
HSL color Cylindrical-coordinate representation of color #B5CFDA: hue angle of 197.84º degrees, saturation: 0.33, 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 #B5CFDA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 207 | 218 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.15 |
| HSL | 197.84º | 0.33% | 0.78% | - |
| HSV(B) | 197.84º | 0.17% | 0.85% | - |
| XYZ | 54.02 | 59.51 | 74.97 | - |
| YUV | 200.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 218 | 0.17 | 0.05 | 0 | 0.15 | 197.84 | 0.33 | 0.78 |
| Hex | B5 | CF | DA | 11 | 5 | 0 | F | C6 | 21 | 4E |
| Octal | 265 | 317 | 332 | 21 | 5 | 0 | 17 | 306 | 41 | 116 |
| Binary | 10110101 | 11001111 | 11011010 | 10001 | 101 | 0 | 1111 | 11000110 | 100001 | 1001110 |
Color Harmonies of #B5CFDA
Complementary color
Monochromatic Colors of #B5CFDA
Black with #B5CFDA
Text Example
Text Example
White with #B5CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFDA; }
p { color: rgb(181,207,218); }
H1.HeaderClassName
{
color: #B5CFDA;
}
.AnyTagClassName
{
color: #B5CFDA;
}
</style>
background-color css
<style>
a { background-color: #B5CFDA; }
a { background-color: rgb(181,207,218); }
div.DivClassName
{
background-color: #B5CFDA;
}
.BgClassName
{
background-color: #B5CFDA;
}
</style>
border-color css
<style>
span { border-color: #B5CFDA; }
span { border-color: rgb(181,207,218); }
td.TdClassName
{
border-color: #B5CFDA;
}
.TagClassName
{
border-color: #B5CFDA;
}
</style>