Shades of Light Blue #B6CFDA
Tints of Light Blue #B6CFDA
RGB
CMYK
RGB Variations
Color information
#B6CFDA (or 0xB6CFDA) is known color: Light Blue. HEX triplet: B6, CF and DA. RGB value is (182,207,218). Sum of RGB (Red+Green+Blue) = 182+207+218=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #B6CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDA is #493025. Grayscale: #C8C8C8. Windows color (decimal): -4796454 or 14340022. OLE color: 14340022.
HSL color Cylindrical-coordinate representation of color #B6CFDA: hue angle of 198.33º 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 #B6CFDA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 207 | 218 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.15 |
| HSL | 198.33º | 0.33% | 0.78% | - |
| HSV(B) | 198.33º | 0.17% | 0.85% | - |
| XYZ | 54.26 | 59.63 | 74.98 | - |
| YUV | 200.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 218 | 0.17 | 0.05 | 0 | 0.15 | 198.33 | 0.33 | 0.78 |
| Hex | B6 | CF | DA | 11 | 5 | 0 | F | C6 | 21 | 4E |
| Octal | 266 | 317 | 332 | 21 | 5 | 0 | 17 | 306 | 41 | 116 |
| Binary | 10110110 | 11001111 | 11011010 | 10001 | 101 | 0 | 1111 | 11000110 | 100001 | 1001110 |
Color Harmonies of #B6CFDA
Complementary color
Monochromatic Colors of #B6CFDA
Black with #B6CFDA
Text Example
Text Example
White with #B6CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFDA; }
p { color: rgb(182,207,218); }
H1.HeaderClassName
{
color: #B6CFDA;
}
.AnyTagClassName
{
color: #B6CFDA;
}
</style>
background-color css
<style>
a { background-color: #B6CFDA; }
a { background-color: rgb(182,207,218); }
div.DivClassName
{
background-color: #B6CFDA;
}
.BgClassName
{
background-color: #B6CFDA;
}
</style>
border-color css
<style>
span { border-color: #B6CFDA; }
span { border-color: rgb(182,207,218); }
td.TdClassName
{
border-color: #B6CFDA;
}
.TagClassName
{
border-color: #B6CFDA;
}
</style>