Shades of Light Cyan #D6FBFC
Tints of Light Cyan #D6FBFC
RGB
CMYK
RGB Variations
Color information
#D6FBFC (or 0xD6FBFC) is known color: Light Cyan. HEX triplet: D6, FB and FC. RGB value is (214,251,252). Sum of RGB (Red+Green+Blue) = 214+251+252=717 (94% of max value = 765). Red value is 214 (83.98% from 255 or 29.85% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBFC is #290403. Grayscale: #F0F0F0. Windows color (decimal): -2688004 or 16579542. OLE color: 16579542.
HSL color Cylindrical-coordinate representation of color #D6FBFC: hue angle of 181.58º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FBFC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 251 | 252 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.01 |
| HSL | 181.58º | 0.86% | 0.91% | - |
| HSV(B) | 181.58º | 0.15% | 0.99% | - |
| XYZ | 79.8 | 90.32 | 105.32 | - |
| YUV | 240.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 252 | 0.15 | 0.00 | 0 | 0.01 | 181.58 | 0.86 | 0.91 |
| Hex | D6 | FB | FC | F | 0 | 0 | 1 | B6 | 56 | 5B |
| Octal | 326 | 373 | 374 | 17 | 0 | 0 | 1 | 266 | 126 | 133 |
| Binary | 11010110 | 11111011 | 11111100 | 1111 | 0 | 0 | 1 | 10110110 | 1010110 | 1011011 |
Color Harmonies of #D6FBFC
Complementary color
Monochromatic Colors of #D6FBFC
Black with #D6FBFC
Text Example
Text Example
White with #D6FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FBFC; }
p { color: rgb(214,251,252); }
H1.HeaderClassName
{
color: #D6FBFC;
}
.AnyTagClassName
{
color: #D6FBFC;
}
</style>
background-color css
<style>
a { background-color: #D6FBFC; }
a { background-color: rgb(214,251,252); }
div.DivClassName
{
background-color: #D6FBFC;
}
.BgClassName
{
background-color: #D6FBFC;
}
</style>
border-color css
<style>
span { border-color: #D6FBFC; }
span { border-color: rgb(214,251,252); }
td.TdClassName
{
border-color: #D6FBFC;
}
.TagClassName
{
border-color: #D6FBFC;
}
</style>