Shades of Light Cyan #DCFAFE
Tints of Light Cyan #DCFAFE
RGB
CMYK
RGB Variations
Color information
#DCFAFE (or 0xDCFAFE) is known color: Light Cyan. HEX triplet: DC, FA and FE. RGB value is (220,250,254). Sum of RGB (Red+Green+Blue) = 220+250+254=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFE is #230501. Grayscale: #F1F1F1. Windows color (decimal): -2295042 or 16710364. OLE color: 16710364.
HSL color Cylindrical-coordinate representation of color #DCFAFE: hue angle of 187.06º 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 #DCFAFE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 250 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 187.06º | 0.94% | 0.93% | - |
| HSV(B) | 187.06º | 0.13% | 1% | - |
| XYZ | 81.59 | 90.74 | 106.98 | - |
| YUV | 241.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 254 | 0.13 | 0.02 | 0 | 0.00 | 187.06 | 0.94 | 0.93 |
| Hex | DC | FA | FE | D | 2 | 0 | 0 | BB | 5E | 5D |
| Octal | 334 | 372 | 376 | 15 | 2 | 0 | 0 | 273 | 136 | 135 |
| Binary | 11011100 | 11111010 | 11111110 | 1101 | 10 | 0 | 0 | 10111011 | 1011110 | 1011101 |
Color Harmonies of #DCFAFE
Complementary color
Monochromatic Colors of #DCFAFE
Black with #DCFAFE
Text Example
Text Example
White with #DCFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAFE; }
p { color: rgb(220,250,254); }
H1.HeaderClassName
{
color: #DCFAFE;
}
.AnyTagClassName
{
color: #DCFAFE;
}
</style>
background-color css
<style>
a { background-color: #DCFAFE; }
a { background-color: rgb(220,250,254); }
div.DivClassName
{
background-color: #DCFAFE;
}
.BgClassName
{
background-color: #DCFAFE;
}
</style>
border-color css
<style>
span { border-color: #DCFAFE; }
span { border-color: rgb(220,250,254); }
td.TdClassName
{
border-color: #DCFAFE;
}
.TagClassName
{
border-color: #DCFAFE;
}
</style>