Shades of Light Cyan #DCF9FE
Tints of Light Cyan #DCF9FE
RGB
CMYK
RGB Variations
Color information
#DCF9FE (or 0xDCF9FE) is known color: Light Cyan. HEX triplet: DC, F9 and FE. RGB value is (220,249,254). Sum of RGB (Red+Green+Blue) = 220+249+254=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9FE is #230601. Grayscale: #F0F0F0. Windows color (decimal): -2295298 or 16710108. OLE color: 16710108.
HSL color Cylindrical-coordinate representation of color #DCF9FE: hue angle of 188.82º 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 #DCF9FE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 249 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 188.82º | 0.94% | 0.93% | - |
| HSV(B) | 188.82º | 0.13% | 1% | - |
| XYZ | 81.28 | 90.12 | 106.88 | - |
| YUV | 240.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 254 | 0.13 | 0.02 | 0 | 0.00 | 188.82 | 0.94 | 0.93 |
| Hex | DC | F9 | FE | D | 2 | 0 | 0 | BD | 5E | 5D |
| Octal | 334 | 371 | 376 | 15 | 2 | 0 | 0 | 275 | 136 | 135 |
| Binary | 11011100 | 11111001 | 11111110 | 1101 | 10 | 0 | 0 | 10111101 | 1011110 | 1011101 |
Color Harmonies of #DCF9FE
Complementary color
Monochromatic Colors of #DCF9FE
Black with #DCF9FE
Text Example
Text Example
White with #DCF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9FE; }
p { color: rgb(220,249,254); }
H1.HeaderClassName
{
color: #DCF9FE;
}
.AnyTagClassName
{
color: #DCF9FE;
}
</style>
background-color css
<style>
a { background-color: #DCF9FE; }
a { background-color: rgb(220,249,254); }
div.DivClassName
{
background-color: #DCF9FE;
}
.BgClassName
{
background-color: #DCF9FE;
}
</style>
border-color css
<style>
span { border-color: #DCF9FE; }
span { border-color: rgb(220,249,254); }
td.TdClassName
{
border-color: #DCF9FE;
}
.TagClassName
{
border-color: #DCF9FE;
}
</style>