Shades of Light Cyan #DCF8FE
Tints of Light Cyan #DCF8FE
RGB
CMYK
RGB Variations
Color information
#DCF8FE (or 0xDCF8FE) is known color: Light Cyan. HEX triplet: DC, F8 and FE. RGB value is (220,248,254). Sum of RGB (Red+Green+Blue) = 220+248+254=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8FE is #230701. Grayscale: #F0F0F0. Windows color (decimal): -2295554 or 16709852. OLE color: 16709852.
HSL color Cylindrical-coordinate representation of color #DCF8FE: hue angle of 190.59º 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 #DCF8FE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 248 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 190.59º | 0.94% | 0.93% | - |
| HSV(B) | 190.59º | 0.13% | 1% | - |
| XYZ | 80.97 | 89.51 | 106.77 | - |
| YUV | 240.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 254 | 0.13 | 0.02 | 0 | 0.00 | 190.59 | 0.94 | 0.93 |
| Hex | DC | F8 | FE | D | 2 | 0 | 0 | BF | 5E | 5D |
| Octal | 334 | 370 | 376 | 15 | 2 | 0 | 0 | 277 | 136 | 135 |
| Binary | 11011100 | 11111000 | 11111110 | 1101 | 10 | 0 | 0 | 10111111 | 1011110 | 1011101 |
Color Harmonies of #DCF8FE
Complementary color
Monochromatic Colors of #DCF8FE
Black with #DCF8FE
Text Example
Text Example
White with #DCF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8FE; }
p { color: rgb(220,248,254); }
H1.HeaderClassName
{
color: #DCF8FE;
}
.AnyTagClassName
{
color: #DCF8FE;
}
</style>
background-color css
<style>
a { background-color: #DCF8FE; }
a { background-color: rgb(220,248,254); }
div.DivClassName
{
background-color: #DCF8FE;
}
.BgClassName
{
background-color: #DCF8FE;
}
</style>
border-color css
<style>
span { border-color: #DCF8FE; }
span { border-color: rgb(220,248,254); }
td.TdClassName
{
border-color: #DCF8FE;
}
.TagClassName
{
border-color: #DCF8FE;
}
</style>