Shades of Light Cyan #D5FFFE
Tints of Light Cyan #D5FFFE
RGB
CMYK
RGB Variations
Color information
#D5FFFE (or 0xD5FFFE) is known color: Light Cyan. HEX triplet: D5, FF and FE. RGB value is (213,255,254). Sum of RGB (Red+Green+Blue) = 213+255+254=722 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.50% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFFE is #2A0001. Grayscale: #F2F2F2. Windows color (decimal): -2752514 or 16711637. OLE color: 16711637.
HSL color Cylindrical-coordinate representation of color #D5FFFE: hue angle of 178.57º 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 #D5FFFE is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 254 | - |
| CMYK | 0.16 | 0 | 0.00 | 0 |
| HSL | 178.57º | 1% | 0.92% | - |
| HSV(B) | 178.57º | 0.16% | 1% | - |
| XYZ | 81.09 | 92.82 | 107.41 | - |
| YUV | 242.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 254 | 0.16 | 0 | 0.00 | 0 | 178.57 | 1 | 0.92 |
| Hex | D5 | FF | FE | 10 | 0 | 0 | 0 | B3 | 64 | 5C |
| Octal | 325 | 377 | 376 | 20 | 0 | 0 | 0 | 263 | 144 | 134 |
| Binary | 11010101 | 11111111 | 11111110 | 10000 | 0 | 0 | 0 | 10110011 | 1100100 | 1011100 |
Color Harmonies of #D5FFFE
Complementary color
Monochromatic Colors of #D5FFFE
Black with #D5FFFE
Text Example
Text Example
White with #D5FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFFE; }
p { color: rgb(213,255,254); }
H1.HeaderClassName
{
color: #D5FFFE;
}
.AnyTagClassName
{
color: #D5FFFE;
}
</style>
background-color css
<style>
a { background-color: #D5FFFE; }
a { background-color: rgb(213,255,254); }
div.DivClassName
{
background-color: #D5FFFE;
}
.BgClassName
{
background-color: #D5FFFE;
}
</style>
border-color css
<style>
span { border-color: #D5FFFE; }
span { border-color: rgb(213,255,254); }
td.TdClassName
{
border-color: #D5FFFE;
}
.TagClassName
{
border-color: #D5FFFE;
}
</style>