Shades of Light Cyan #DEF8FA
Tints of Light Cyan #DEF8FA
RGB
CMYK
RGB Variations
Color information
#DEF8FA (or 0xDEF8FA) is known color: Light Cyan. HEX triplet: DE, F8 and FA. RGB value is (222,248,250). Sum of RGB (Red+Green+Blue) = 222+248+250=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8FA is #210705. Grayscale: #F0F0F0. Windows color (decimal): -2164486 or 16447710. OLE color: 16447710.
HSL color Cylindrical-coordinate representation of color #DEF8FA: hue angle of 184.29º degrees, saturation: 0.74, 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 #DEF8FA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 248 | 250 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.02 |
| HSL | 184.29º | 0.74% | 0.93% | - |
| HSV(B) | 184.29º | 0.11% | 0.98% | - |
| XYZ | 80.95 | 89.57 | 103.46 | - |
| YUV | 240.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 250 | 0.11 | 0.01 | 0 | 0.02 | 184.29 | 0.74 | 0.93 |
| Hex | DE | F8 | FA | B | 1 | 0 | 2 | B8 | 4A | 5D |
| Octal | 336 | 370 | 372 | 13 | 1 | 0 | 2 | 270 | 112 | 135 |
| Binary | 11011110 | 11111000 | 11111010 | 1011 | 1 | 0 | 10 | 10111000 | 1001010 | 1011101 |
Color Harmonies of #DEF8FA
Complementary color
Monochromatic Colors of #DEF8FA
Black with #DEF8FA
Text Example
Text Example
White with #DEF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8FA; }
p { color: rgb(222,248,250); }
H1.HeaderClassName
{
color: #DEF8FA;
}
.AnyTagClassName
{
color: #DEF8FA;
}
</style>
background-color css
<style>
a { background-color: #DEF8FA; }
a { background-color: rgb(222,248,250); }
div.DivClassName
{
background-color: #DEF8FA;
}
.BgClassName
{
background-color: #DEF8FA;
}
</style>
border-color css
<style>
span { border-color: #DEF8FA; }
span { border-color: rgb(222,248,250); }
td.TdClassName
{
border-color: #DEF8FA;
}
.TagClassName
{
border-color: #DEF8FA;
}
</style>