Shades of Light Cyan #DCFDFA
Tints of Light Cyan #DCFDFA
RGB
CMYK
RGB Variations
Color information
#DCFDFA (or 0xDCFDFA) is known color: Light Cyan. HEX triplet: DC, FD and FA. RGB value is (220,253,250). Sum of RGB (Red+Green+Blue) = 220+253+250=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFA is #230205. Grayscale: #F2F2F2. Windows color (decimal): -2294278 or 16448988. OLE color: 16448988.
HSL color Cylindrical-coordinate representation of color #DCFDFA: hue angle of 174.55º 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 #DCFDFA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 250 | - |
CMYK | 0.13 | 0 | 0.01 | 0.01 |
HSL | 174.55º | 0.89% | 0.93% | - |
HSV(B) | 174.55º | 0.13% | 0.99% | - |
XYZ | 81.9 | 92.37 | 103.96 | - |
YUV | 242.79 | 132.07 | 111.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 250 | 0.13 | 0 | 0.01 | 0.01 | 174.55 | 0.89 | 0.93 |
Hex | DC | FD | FA | D | 0 | 1 | 1 | AF | 59 | 5D |
Octal | 334 | 375 | 372 | 15 | 0 | 1 | 1 | 257 | 131 | 135 |
Binary | 11011100 | 11111101 | 11111010 | 1101 | 0 | 1 | 1 | 10101111 | 1011001 | 1011101 |
Color Harmonies of #DCFDFA
Complementary color
Monochromatic Colors of #DCFDFA
Black with #DCFDFA
Text Example
Text Example
White with #DCFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDFA; }
p { color: rgb(220,253,250); }
H1.HeaderClassName
{
color: #DCFDFA;
}
.AnyTagClassName
{
color: #DCFDFA;
}
</style>
background-color css
<style>
a { background-color: #DCFDFA; }
a { background-color: rgb(220,253,250); }
div.DivClassName
{
background-color: #DCFDFA;
}
.BgClassName
{
background-color: #DCFDFA;
}
</style>
border-color css
<style>
span { border-color: #DCFDFA; }
span { border-color: rgb(220,253,250); }
td.TdClassName
{
border-color: #DCFDFA;
}
.TagClassName
{
border-color: #DCFDFA;
}
</style>