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