Shades of Light Blue #B5CFDC
Tints of Light Blue #B5CFDC
RGB
CMYK
RGB Variations
Color information
#B5CFDC (or 0xB5CFDC) is known color: Light Blue. HEX triplet: B5, CF and DC. RGB value is (181,207,220). Sum of RGB (Red+Green+Blue) = 181+207+220=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDC is #4A3023. Grayscale: #C8C8C8. Windows color (decimal): -4861988 or 14471093. OLE color: 14471093.
HSL color Cylindrical-coordinate representation of color #B5CFDC: hue angle of 200º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CFDC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 207 | 220 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.14 |
| HSL | 200º | 0.36% | 0.79% | - |
| HSV(B) | 200º | 0.18% | 0.86% | - |
| XYZ | 54.29 | 59.62 | 76.36 | - |
| YUV | 200.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 220 | 0.18 | 0.06 | 0 | 0.14 | 200 | 0.36 | 0.79 |
| Hex | B5 | CF | DC | 12 | 6 | 0 | E | C8 | 24 | 4F |
| Octal | 265 | 317 | 334 | 22 | 6 | 0 | 16 | 310 | 44 | 117 |
| Binary | 10110101 | 11001111 | 11011100 | 10010 | 110 | 0 | 1110 | 11001000 | 100100 | 1001111 |
Color Harmonies of #B5CFDC
Complementary color
Monochromatic Colors of #B5CFDC
Black with #B5CFDC
Text Example
Text Example
White with #B5CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFDC; }
p { color: rgb(181,207,220); }
H1.HeaderClassName
{
color: #B5CFDC;
}
.AnyTagClassName
{
color: #B5CFDC;
}
</style>
background-color css
<style>
a { background-color: #B5CFDC; }
a { background-color: rgb(181,207,220); }
div.DivClassName
{
background-color: #B5CFDC;
}
.BgClassName
{
background-color: #B5CFDC;
}
</style>
border-color css
<style>
span { border-color: #B5CFDC; }
span { border-color: rgb(181,207,220); }
td.TdClassName
{
border-color: #B5CFDC;
}
.TagClassName
{
border-color: #B5CFDC;
}
</style>