Shades of Light Cyan #CDFEFA
Tints of Light Cyan #CDFEFA
RGB
CMYK
RGB Variations
Color information
#CDFEFA (or 0xCDFEFA) is known color: Light Cyan. HEX triplet: CD, FE and FA. RGB value is (205,254,250). Sum of RGB (Red+Green+Blue) = 205+254+250=709 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.91% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEFA is #320105. Grayscale: #EEEEEE. Windows color (decimal): -3277062 or 16449229. OLE color: 16449229.
HSL color Cylindrical-coordinate representation of color #CDFEFA: hue angle of 175.1º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEFA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 250 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.00 |
| HSL | 175.1º | 0.96% | 0.9% | - |
| HSV(B) | 175.1º | 0.19% | 1% | - |
| XYZ | 77.87 | 90.76 | 103.86 | - |
| YUV | 238.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 250 | 0.19 | 0 | 0.02 | 0.00 | 175.1 | 0.96 | 0.9 |
| Hex | CD | FE | FA | 13 | 0 | 2 | 0 | AF | 60 | 5A |
| Octal | 315 | 376 | 372 | 23 | 0 | 2 | 0 | 257 | 140 | 132 |
| Binary | 11001101 | 11111110 | 11111010 | 10011 | 0 | 10 | 0 | 10101111 | 1100000 | 1011010 |
Color Harmonies of #CDFEFA
Complementary color
Monochromatic Colors of #CDFEFA
Black with #CDFEFA
Text Example
Text Example
White with #CDFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEFA; }
p { color: rgb(205,254,250); }
H1.HeaderClassName
{
color: #CDFEFA;
}
.AnyTagClassName
{
color: #CDFEFA;
}
</style>
background-color css
<style>
a { background-color: #CDFEFA; }
a { background-color: rgb(205,254,250); }
div.DivClassName
{
background-color: #CDFEFA;
}
.BgClassName
{
background-color: #CDFEFA;
}
</style>
border-color css
<style>
span { border-color: #CDFEFA; }
span { border-color: rgb(205,254,250); }
td.TdClassName
{
border-color: #CDFEFA;
}
.TagClassName
{
border-color: #CDFEFA;
}
</style>