Shades of Light Blue #B7CFDA
Tints of Light Blue #B7CFDA
RGB
CMYK
RGB Variations
Color information
#B7CFDA (or 0xB7CFDA) is known color: Light Blue. HEX triplet: B7, CF and DA. RGB value is (183,207,218). Sum of RGB (Red+Green+Blue) = 183+207+218=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDA is #483025. Grayscale: #C9C9C9. Windows color (decimal): -4730918 or 14340023. OLE color: 14340023.
HSL color Cylindrical-coordinate representation of color #B7CFDA: hue angle of 198.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CFDA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 207 | 218 | - |
CMYK | 0.16 | 0.05 | 0 | 0.15 |
HSL | 198.86º | 0.32% | 0.79% | - |
HSV(B) | 198.86º | 0.16% | 0.85% | - |
XYZ | 54.5 | 59.75 | 74.99 | - |
YUV | 201.08 | 137.55 | 115.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 207 | 218 | 0.16 | 0.05 | 0 | 0.15 | 198.86 | 0.32 | 0.79 |
Hex | B7 | CF | DA | 10 | 5 | 0 | F | C7 | 20 | 4F |
Octal | 267 | 317 | 332 | 20 | 5 | 0 | 17 | 307 | 40 | 117 |
Binary | 10110111 | 11001111 | 11011010 | 10000 | 101 | 0 | 1111 | 11000111 | 100000 | 1001111 |
Color Harmonies of #B7CFDA
Complementary color
Monochromatic Colors of #B7CFDA
Black with #B7CFDA
Text Example
Text Example
White with #B7CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFDA; }
p { color: rgb(183,207,218); }
H1.HeaderClassName
{
color: #B7CFDA;
}
.AnyTagClassName
{
color: #B7CFDA;
}
</style>
background-color css
<style>
a { background-color: #B7CFDA; }
a { background-color: rgb(183,207,218); }
div.DivClassName
{
background-color: #B7CFDA;
}
.BgClassName
{
background-color: #B7CFDA;
}
</style>
border-color css
<style>
span { border-color: #B7CFDA; }
span { border-color: rgb(183,207,218); }
td.TdClassName
{
border-color: #B7CFDA;
}
.TagClassName
{
border-color: #B7CFDA;
}
</style>