Shades of Light Cyan #DEFCFE
Tints of Light Cyan #DEFCFE
RGB
CMYK
RGB Variations
Color information
#DEFCFE (or 0xDEFCFE) is known color: Light Cyan. HEX triplet: DE, FC and FE. RGB value is (222,252,254). Sum of RGB (Red+Green+Blue) = 222+252+254=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCFE is #210301. Grayscale: #F3F3F3. Windows color (decimal): -2163458 or 16710878. OLE color: 16710878.
HSL color Cylindrical-coordinate representation of color #DEFCFE: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFCFE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 252 | 254 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.00 |
| HSL | 183.75º | 0.94% | 0.93% | - |
| HSV(B) | 183.75º | 0.13% | 1% | - |
| XYZ | 82.82 | 92.31 | 107.22 | - |
| YUV | 243.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 254 | 0.13 | 0.01 | 0 | 0.00 | 183.75 | 0.94 | 0.93 |
| Hex | DE | FC | FE | D | 1 | 0 | 0 | B8 | 5E | 5D |
| Octal | 336 | 374 | 376 | 15 | 1 | 0 | 0 | 270 | 136 | 135 |
| Binary | 11011110 | 11111100 | 11111110 | 1101 | 1 | 0 | 0 | 10111000 | 1011110 | 1011101 |
Color Harmonies of #DEFCFE
Complementary color
Monochromatic Colors of #DEFCFE
Black with #DEFCFE
Text Example
Text Example
White with #DEFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCFE; }
p { color: rgb(222,252,254); }
H1.HeaderClassName
{
color: #DEFCFE;
}
.AnyTagClassName
{
color: #DEFCFE;
}
</style>
background-color css
<style>
a { background-color: #DEFCFE; }
a { background-color: rgb(222,252,254); }
div.DivClassName
{
background-color: #DEFCFE;
}
.BgClassName
{
background-color: #DEFCFE;
}
</style>
border-color css
<style>
span { border-color: #DEFCFE; }
span { border-color: rgb(222,252,254); }
td.TdClassName
{
border-color: #DEFCFE;
}
.TagClassName
{
border-color: #DEFCFE;
}
</style>