Shades of Light Cyan #DCFEFC
Tints of Light Cyan #DCFEFC
RGB
CMYK
RGB Variations
Color information
#DCFEFC (or 0xDCFEFC) is known color: Light Cyan. HEX triplet: DC, FE and FC. RGB value is (220,254,252). Sum of RGB (Red+Green+Blue) = 220+254+252=726 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.30% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEFC is #230103. Grayscale: #F3F3F3. Windows color (decimal): -2294020 or 16580316. OLE color: 16580316.
HSL color Cylindrical-coordinate representation of color #DCFEFC: hue angle of 176.47º 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 #DCFEFC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 252 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.00 |
| HSL | 176.47º | 0.94% | 0.93% | - |
| HSV(B) | 176.47º | 0.13% | 1% | - |
| XYZ | 82.53 | 93.13 | 105.72 | - |
| YUV | 243.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 252 | 0.13 | 0 | 0.01 | 0.00 | 176.47 | 0.94 | 0.93 |
| Hex | DC | FE | FC | D | 0 | 1 | 0 | B0 | 5E | 5D |
| Octal | 334 | 376 | 374 | 15 | 0 | 1 | 0 | 260 | 136 | 135 |
| Binary | 11011100 | 11111110 | 11111100 | 1101 | 0 | 1 | 0 | 10110000 | 1011110 | 1011101 |
Color Harmonies of #DCFEFC
Complementary color
Monochromatic Colors of #DCFEFC
Black with #DCFEFC
Text Example
Text Example
White with #DCFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEFC; }
p { color: rgb(220,254,252); }
H1.HeaderClassName
{
color: #DCFEFC;
}
.AnyTagClassName
{
color: #DCFEFC;
}
</style>
background-color css
<style>
a { background-color: #DCFEFC; }
a { background-color: rgb(220,254,252); }
div.DivClassName
{
background-color: #DCFEFC;
}
.BgClassName
{
background-color: #DCFEFC;
}
</style>
border-color css
<style>
span { border-color: #DCFEFC; }
span { border-color: rgb(220,254,252); }
td.TdClassName
{
border-color: #DCFEFC;
}
.TagClassName
{
border-color: #DCFEFC;
}
</style>