Shades of Light Cyan #D5FEFE
Tints of Light Cyan #D5FEFE
RGB
CMYK
RGB Variations
Color information
#D5FEFE (or 0xD5FEFE) is known color: Light Cyan. HEX triplet: D5, FE and FE. RGB value is (213,254,254). Sum of RGB (Red+Green+Blue) = 213+254+254=721 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.54% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #D5FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEFE is #2A0101. Grayscale: #F1F1F1. Windows color (decimal): -2752770 or 16711381. OLE color: 16711381.
HSL color Cylindrical-coordinate representation of color #D5FEFE: hue angle of 180º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEFE is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 254 | - |
| CMYK | 0.16 | 0 | 0 | 0.00 |
| HSL | 180º | 0.95% | 0.92% | - |
| HSV(B) | 180º | 0.16% | 1% | - |
| XYZ | 80.77 | 92.19 | 107.3 | - |
| YUV | 241.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 254 | 0.16 | 0 | 0 | 0.00 | 180 | 0.95 | 0.92 |
| Hex | D5 | FE | FE | 10 | 0 | 0 | 0 | B4 | 5F | 5C |
| Octal | 325 | 376 | 376 | 20 | 0 | 0 | 0 | 264 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11111110 | 10000 | 0 | 0 | 0 | 10110100 | 1011111 | 1011100 |
Color Harmonies of #D5FEFE
Complementary color
Monochromatic Colors of #D5FEFE
Black with #D5FEFE
Text Example
Text Example
White with #D5FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEFE; }
p { color: rgb(213,254,254); }
H1.HeaderClassName
{
color: #D5FEFE;
}
.AnyTagClassName
{
color: #D5FEFE;
}
</style>
background-color css
<style>
a { background-color: #D5FEFE; }
a { background-color: rgb(213,254,254); }
div.DivClassName
{
background-color: #D5FEFE;
}
.BgClassName
{
background-color: #D5FEFE;
}
</style>
border-color css
<style>
span { border-color: #D5FEFE; }
span { border-color: rgb(213,254,254); }
td.TdClassName
{
border-color: #D5FEFE;
}
.TagClassName
{
border-color: #D5FEFE;
}
</style>