Shades of Light Cyan #D5FFF6
Tints of Light Cyan #D5FFF6
RGB
CMYK
RGB Variations
Color information
#D5FFF6 (or 0xD5FFF6) is known color: Light Cyan. HEX triplet: D5, FF and F6. RGB value is (213,255,246). Sum of RGB (Red+Green+Blue) = 213+255+246=714 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.83% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFF6 is #2A0009. Grayscale: #F1F1F1. Windows color (decimal): -2752522 or 16187349. OLE color: 16187349.
HSL color Cylindrical-coordinate representation of color #D5FFF6: hue angle of 167.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFF6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 246 | - |
| CMYK | 0.16 | 0 | 0.04 | 0 |
| HSL | 167.14º | 1% | 0.92% | - |
| HSV(B) | 167.14º | 0.16% | 1% | - |
| XYZ | 79.84 | 92.32 | 100.8 | - |
| YUV | 241.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 246 | 0.16 | 0 | 0.04 | 0 | 167.14 | 1 | 0.92 |
| Hex | D5 | FF | F6 | 10 | 0 | 4 | 0 | A7 | 64 | 5C |
| Octal | 325 | 377 | 366 | 20 | 0 | 4 | 0 | 247 | 144 | 134 |
| Binary | 11010101 | 11111111 | 11110110 | 10000 | 0 | 100 | 0 | 10100111 | 1100100 | 1011100 |
Color Harmonies of #D5FFF6
Complementary color
Monochromatic Colors of #D5FFF6
Black with #D5FFF6
Text Example
Text Example
White with #D5FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFF6; }
p { color: rgb(213,255,246); }
H1.HeaderClassName
{
color: #D5FFF6;
}
.AnyTagClassName
{
color: #D5FFF6;
}
</style>
background-color css
<style>
a { background-color: #D5FFF6; }
a { background-color: rgb(213,255,246); }
div.DivClassName
{
background-color: #D5FFF6;
}
.BgClassName
{
background-color: #D5FFF6;
}
</style>
border-color css
<style>
span { border-color: #D5FFF6; }
span { border-color: rgb(213,255,246); }
td.TdClassName
{
border-color: #D5FFF6;
}
.TagClassName
{
border-color: #D5FFF6;
}
</style>