Shades of Light Cyan #DCFAFC
Tints of Light Cyan #DCFAFC
RGB
CMYK
RGB Variations
Color information
#DCFAFC (or 0xDCFAFC) is known color: Light Cyan. HEX triplet: DC, FA and FC. RGB value is (220,250,252). Sum of RGB (Red+Green+Blue) = 220+250+252=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFC is #230503. Grayscale: #F1F1F1. Windows color (decimal): -2295044 or 16579292. OLE color: 16579292.
HSL color Cylindrical-coordinate representation of color #DCFAFC: hue angle of 183.75º degrees, saturation: 0.84, 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 #DCFAFC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 250 | 252 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.01 |
| HSL | 183.75º | 0.84% | 0.93% | - |
| HSV(B) | 183.75º | 0.13% | 0.99% | - |
| XYZ | 81.27 | 90.62 | 105.3 | - |
| YUV | 241.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 252 | 0.13 | 0.01 | 0 | 0.01 | 183.75 | 0.84 | 0.93 |
| Hex | DC | FA | FC | D | 1 | 0 | 1 | B8 | 54 | 5D |
| Octal | 334 | 372 | 374 | 15 | 1 | 0 | 1 | 270 | 124 | 135 |
| Binary | 11011100 | 11111010 | 11111100 | 1101 | 1 | 0 | 1 | 10111000 | 1010100 | 1011101 |
Color Harmonies of #DCFAFC
Complementary color
Monochromatic Colors of #DCFAFC
Black with #DCFAFC
Text Example
Text Example
White with #DCFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAFC; }
p { color: rgb(220,250,252); }
H1.HeaderClassName
{
color: #DCFAFC;
}
.AnyTagClassName
{
color: #DCFAFC;
}
</style>
background-color css
<style>
a { background-color: #DCFAFC; }
a { background-color: rgb(220,250,252); }
div.DivClassName
{
background-color: #DCFAFC;
}
.BgClassName
{
background-color: #DCFAFC;
}
</style>
border-color css
<style>
span { border-color: #DCFAFC; }
span { border-color: rgb(220,250,252); }
td.TdClassName
{
border-color: #DCFAFC;
}
.TagClassName
{
border-color: #DCFAFC;
}
</style>