Shades of Light Cyan #DEF8F5
Tints of Light Cyan #DEF8F5
RGB
CMYK
RGB Variations
Color information
#DEF8F5 (or 0xDEF8F5) is known color: Light Cyan. HEX triplet: DE, F8 and F5. RGB value is (222,248,245). Sum of RGB (Red+Green+Blue) = 222+248+245=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 248 (97.27% from 255 or 34.69% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F5 is #21070A. Grayscale: #EFEFEF. Windows color (decimal): -2164491 or 16120030. OLE color: 16120030.
HSL color Cylindrical-coordinate representation of color #DEF8F5: hue angle of 173.08º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 245 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.03 |
| HSL | 173.08º | 0.65% | 0.92% | - |
| HSV(B) | 173.08º | 0.1% | 0.97% | - |
| XYZ | 80.17 | 89.26 | 99.39 | - |
| YUV | 239.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 245 | 0.10 | 0 | 0.01 | 0.03 | 173.08 | 0.65 | 0.92 |
| Hex | DE | F8 | F5 | A | 0 | 1 | 3 | AD | 41 | 5C |
| Octal | 336 | 370 | 365 | 12 | 0 | 1 | 3 | 255 | 101 | 134 |
| Binary | 11011110 | 11111000 | 11110101 | 1010 | 0 | 1 | 11 | 10101101 | 1000001 | 1011100 |
Color Harmonies of #DEF8F5
Complementary color
Monochromatic Colors of #DEF8F5
Black with #DEF8F5
Text Example
Text Example
White with #DEF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8F5; }
p { color: rgb(222,248,245); }
H1.HeaderClassName
{
color: #DEF8F5;
}
.AnyTagClassName
{
color: #DEF8F5;
}
</style>
background-color css
<style>
a { background-color: #DEF8F5; }
a { background-color: rgb(222,248,245); }
div.DivClassName
{
background-color: #DEF8F5;
}
.BgClassName
{
background-color: #DEF8F5;
}
</style>
border-color css
<style>
span { border-color: #DEF8F5; }
span { border-color: rgb(222,248,245); }
td.TdClassName
{
border-color: #DEF8F5;
}
.TagClassName
{
border-color: #DEF8F5;
}
</style>