Shades of Light Cyan #D5FEFA
Tints of Light Cyan #D5FEFA
RGB
CMYK
RGB Variations
Color information
#D5FEFA (or 0xD5FEFA) is known color: Light Cyan. HEX triplet: D5, FE and FA. RGB value is (213,254,250). Sum of RGB (Red+Green+Blue) = 213+254+250=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEFA is #2A0105. Grayscale: #F1F1F1. Windows color (decimal): -2752774 or 16449237. OLE color: 16449237.
HSL color Cylindrical-coordinate representation of color #D5FEFA: hue angle of 174.15º 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 #D5FEFA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 213 | 254 | 250 | - |
CMYK | 0.16 | 0 | 0.02 | 0.00 |
HSL | 174.15º | 0.95% | 0.92% | - |
HSV(B) | 174.15º | 0.16% | 1% | - |
XYZ | 80.14 | 91.93 | 103.96 | - |
YUV | 241.29 | 132.92 | 107.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 254 | 250 | 0.16 | 0 | 0.02 | 0.00 | 174.15 | 0.95 | 0.92 |
Hex | D5 | FE | FA | 10 | 0 | 2 | 0 | AE | 5F | 5C |
Octal | 325 | 376 | 372 | 20 | 0 | 2 | 0 | 256 | 137 | 134 |
Binary | 11010101 | 11111110 | 11111010 | 10000 | 0 | 10 | 0 | 10101110 | 1011111 | 1011100 |
Color Harmonies of #D5FEFA
Complementary color
Monochromatic Colors of #D5FEFA
Black with #D5FEFA
Text Example
Text Example
White with #D5FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEFA; }
p { color: rgb(213,254,250); }
H1.HeaderClassName
{
color: #D5FEFA;
}
.AnyTagClassName
{
color: #D5FEFA;
}
</style>
background-color css
<style>
a { background-color: #D5FEFA; }
a { background-color: rgb(213,254,250); }
div.DivClassName
{
background-color: #D5FEFA;
}
.BgClassName
{
background-color: #D5FEFA;
}
</style>
border-color css
<style>
span { border-color: #D5FEFA; }
span { border-color: rgb(213,254,250); }
td.TdClassName
{
border-color: #D5FEFA;
}
.TagClassName
{
border-color: #D5FEFA;
}
</style>