Shades of Light Cyan #DCFDFC
Tints of Light Cyan #DCFDFC
RGB
CMYK
RGB Variations
Color information
#DCFDFC (or 0xDCFDFC) is known color: Light Cyan. HEX triplet: DC, FD and FC. RGB value is (220,253,252). Sum of RGB (Red+Green+Blue) = 220+253+252=725 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.34% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFC is #230203. Grayscale: #F2F2F2. Windows color (decimal): -2294276 or 16580060. OLE color: 16580060.
HSL color Cylindrical-coordinate representation of color #DCFDFC: hue angle of 178.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDFC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 252 | - |
CMYK | 0.13 | 0 | 0.00 | 0.01 |
HSL | 178.18º | 0.89% | 0.93% | - |
HSV(B) | 178.18º | 0.13% | 0.99% | - |
XYZ | 82.21 | 92.49 | 105.62 | - |
YUV | 243.02 | 133.07 | 111.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 252 | 0.13 | 0 | 0.00 | 0.01 | 178.18 | 0.89 | 0.93 |
Hex | DC | FD | FC | D | 0 | 0 | 1 | B2 | 59 | 5D |
Octal | 334 | 375 | 374 | 15 | 0 | 0 | 1 | 262 | 131 | 135 |
Binary | 11011100 | 11111101 | 11111100 | 1101 | 0 | 0 | 1 | 10110010 | 1011001 | 1011101 |
Color Harmonies of #DCFDFC
Complementary color
Monochromatic Colors of #DCFDFC
Black with #DCFDFC
Text Example
Text Example
White with #DCFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDFC; }
p { color: rgb(220,253,252); }
H1.HeaderClassName
{
color: #DCFDFC;
}
.AnyTagClassName
{
color: #DCFDFC;
}
</style>
background-color css
<style>
a { background-color: #DCFDFC; }
a { background-color: rgb(220,253,252); }
div.DivClassName
{
background-color: #DCFDFC;
}
.BgClassName
{
background-color: #DCFDFC;
}
</style>
border-color css
<style>
span { border-color: #DCFDFC; }
span { border-color: rgb(220,253,252); }
td.TdClassName
{
border-color: #DCFDFC;
}
.TagClassName
{
border-color: #DCFDFC;
}
</style>