Shades of Light Cyan #DFFAFA
Tints of Light Cyan #DFFAFA
RGB
CMYK
RGB Variations
Color information
#DFFAFA (or 0xDFFAFA) is known color: Light Cyan. HEX triplet: DF, FA and FA. RGB value is (223,250,250). Sum of RGB (Red+Green+Blue) = 223+250+250=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DFFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFA is #200505. Grayscale: #F1F1F1. Windows color (decimal): -2098438 or 16448223. OLE color: 16448223.
HSL color Cylindrical-coordinate representation of color #DFFAFA: hue angle of 180º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAFA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 250 | - |
| CMYK | 0.11 | 0 | 0 | 0.02 |
| HSL | 180º | 0.73% | 0.93% | - |
| HSV(B) | 180º | 0.11% | 0.98% | - |
| XYZ | 81.87 | 90.96 | 103.68 | - |
| YUV | 241.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 250 | 0.11 | 0 | 0 | 0.02 | 180 | 0.73 | 0.93 |
| Hex | DF | FA | FA | B | 0 | 0 | 2 | B4 | 49 | 5D |
| Octal | 337 | 372 | 372 | 13 | 0 | 0 | 2 | 264 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11111010 | 1011 | 0 | 0 | 10 | 10110100 | 1001001 | 1011101 |
Color Harmonies of #DFFAFA
Complementary color
Monochromatic Colors of #DFFAFA
Black with #DFFAFA
Text Example
Text Example
White with #DFFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAFA; }
p { color: rgb(223,250,250); }
H1.HeaderClassName
{
color: #DFFAFA;
}
.AnyTagClassName
{
color: #DFFAFA;
}
</style>
background-color css
<style>
a { background-color: #DFFAFA; }
a { background-color: rgb(223,250,250); }
div.DivClassName
{
background-color: #DFFAFA;
}
.BgClassName
{
background-color: #DFFAFA;
}
</style>
border-color css
<style>
span { border-color: #DFFAFA; }
span { border-color: rgb(223,250,250); }
td.TdClassName
{
border-color: #DFFAFA;
}
.TagClassName
{
border-color: #DFFAFA;
}
</style>