Shades of Light Cyan #D6F7F5
Tints of Light Cyan #D6F7F5
RGB
CMYK
RGB Variations
Color information
#D6F7F5 (or 0xD6F7F5) is known color: Light Cyan. HEX triplet: D6, F7 and F5. RGB value is (214,247,245). Sum of RGB (Red+Green+Blue) = 214+247+245=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F7F5 is #29080A. Grayscale: #ECECEC. Windows color (decimal): -2689035 or 16119766. OLE color: 16119766.
HSL color Cylindrical-coordinate representation of color #D6F7F5: hue angle of 176.36º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F7F5 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 245 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.03 |
| HSL | 176.36º | 0.67% | 0.9% | - |
| HSV(B) | 176.36º | 0.13% | 0.97% | - |
| XYZ | 77.47 | 87.41 | 99.17 | - |
| YUV | 236.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 245 | 0.13 | 0 | 0.01 | 0.03 | 176.36 | 0.67 | 0.9 |
| Hex | D6 | F7 | F5 | D | 0 | 1 | 3 | B0 | 43 | 5A |
| Octal | 326 | 367 | 365 | 15 | 0 | 1 | 3 | 260 | 103 | 132 |
| Binary | 11010110 | 11110111 | 11110101 | 1101 | 0 | 1 | 11 | 10110000 | 1000011 | 1011010 |
Color Harmonies of #D6F7F5
Complementary color
Monochromatic Colors of #D6F7F5
Black with #D6F7F5
Text Example
Text Example
White with #D6F7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F7F5; }
p { color: rgb(214,247,245); }
H1.HeaderClassName
{
color: #D6F7F5;
}
.AnyTagClassName
{
color: #D6F7F5;
}
</style>
background-color css
<style>
a { background-color: #D6F7F5; }
a { background-color: rgb(214,247,245); }
div.DivClassName
{
background-color: #D6F7F5;
}
.BgClassName
{
background-color: #D6F7F5;
}
</style>
border-color css
<style>
span { border-color: #D6F7F5; }
span { border-color: rgb(214,247,245); }
td.TdClassName
{
border-color: #D6F7F5;
}
.TagClassName
{
border-color: #D6F7F5;
}
</style>