Shades of Light Cyan #DEFAFC
Tints of Light Cyan #DEFAFC
RGB
CMYK
RGB Variations
Color information
#DEFAFC (or 0xDEFAFC) is known color: Light Cyan. HEX triplet: DE, FA and FC. RGB value is (222,250,252). Sum of RGB (Red+Green+Blue) = 222+250+252=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAFC is #210503. Grayscale: #F1F1F1. Windows color (decimal): -2163972 or 16579294. OLE color: 16579294.
HSL color Cylindrical-coordinate representation of color #DEFAFC: hue angle of 184º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFAFC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 250 | 252 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.01 |
| HSL | 184º | 0.83% | 0.93% | - |
| HSV(B) | 184º | 0.12% | 0.99% | - |
| XYZ | 81.88 | 90.93 | 105.33 | - |
| YUV | 241.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 252 | 0.12 | 0.01 | 0 | 0.01 | 184 | 0.83 | 0.93 |
| Hex | DE | FA | FC | C | 1 | 0 | 1 | B8 | 53 | 5D |
| Octal | 336 | 372 | 374 | 14 | 1 | 0 | 1 | 270 | 123 | 135 |
| Binary | 11011110 | 11111010 | 11111100 | 1100 | 1 | 0 | 1 | 10111000 | 1010011 | 1011101 |
Color Harmonies of #DEFAFC
Complementary color
Monochromatic Colors of #DEFAFC
Black with #DEFAFC
Text Example
Text Example
White with #DEFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAFC; }
p { color: rgb(222,250,252); }
H1.HeaderClassName
{
color: #DEFAFC;
}
.AnyTagClassName
{
color: #DEFAFC;
}
</style>
background-color css
<style>
a { background-color: #DEFAFC; }
a { background-color: rgb(222,250,252); }
div.DivClassName
{
background-color: #DEFAFC;
}
.BgClassName
{
background-color: #DEFAFC;
}
</style>
border-color css
<style>
span { border-color: #DEFAFC; }
span { border-color: rgb(222,250,252); }
td.TdClassName
{
border-color: #DEFAFC;
}
.TagClassName
{
border-color: #DEFAFC;
}
</style>