Shades of Light Cyan #DCFCFF
Tints of Light Cyan #DCFCFF
RGB
CMYK
RGB Variations
Color information
#DCFCFF (or 0xDCFCFF) is known color: Light Cyan. HEX triplet: DC, FC and FF. RGB value is (220,252,255). Sum of RGB (Red+Green+Blue) = 220+252+255=727 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.26% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCFF is #230300. Grayscale: #F2F2F2. Windows color (decimal): -2294529 or 16776412. OLE color: 16776412.
HSL color Cylindrical-coordinate representation of color #DCFCFF: hue angle of 185.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFCFF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 252 | 255 | - |
| CMYK | 0.14 | 0.01 | 0 | 0 |
| HSL | 185.14º | 1% | 0.93% | - |
| HSV(B) | 185.14º | 0.14% | 1% | - |
| XYZ | 82.38 | 92.06 | 108.03 | - |
| YUV | 242.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 255 | 0.14 | 0.01 | 0 | 0 | 185.14 | 1 | 0.93 |
| Hex | DC | FC | FF | E | 1 | 0 | 0 | B9 | 64 | 5D |
| Octal | 334 | 374 | 377 | 16 | 1 | 0 | 0 | 271 | 144 | 135 |
| Binary | 11011100 | 11111100 | 11111111 | 1110 | 1 | 0 | 0 | 10111001 | 1100100 | 1011101 |
Color Harmonies of #DCFCFF
Complementary color
Monochromatic Colors of #DCFCFF
Black with #DCFCFF
Text Example
Text Example
White with #DCFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCFF; }
p { color: rgb(220,252,255); }
H1.HeaderClassName
{
color: #DCFCFF;
}
.AnyTagClassName
{
color: #DCFCFF;
}
</style>
background-color css
<style>
a { background-color: #DCFCFF; }
a { background-color: rgb(220,252,255); }
div.DivClassName
{
background-color: #DCFCFF;
}
.BgClassName
{
background-color: #DCFCFF;
}
</style>
border-color css
<style>
span { border-color: #DCFCFF; }
span { border-color: rgb(220,252,255); }
td.TdClassName
{
border-color: #DCFCFF;
}
.TagClassName
{
border-color: #DCFCFF;
}
</style>