Shades of Light Cyan #DCFAFA
Tints of Light Cyan #DCFAFA
RGB
CMYK
RGB Variations
Color information
#DCFAFA (or 0xDCFAFA) is known color: Light Cyan. HEX triplet: DC, FA and FA. RGB value is (220,250,250). Sum of RGB (Red+Green+Blue) = 220+250+250=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DCFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFA is #230505. Grayscale: #F1F1F1. Windows color (decimal): -2295046 or 16448220. OLE color: 16448220.
HSL color Cylindrical-coordinate representation of color #DCFAFA: hue angle of 180º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAFA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 250 | - |
| CMYK | 0.12 | 0 | 0 | 0.02 |
| HSL | 180º | 0.75% | 0.92% | - |
| HSV(B) | 180º | 0.12% | 0.98% | - |
| XYZ | 80.96 | 90.49 | 103.64 | - |
| YUV | 241.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 250 | 0.12 | 0 | 0 | 0.02 | 180 | 0.75 | 0.92 |
| Hex | DC | FA | FA | C | 0 | 0 | 2 | B4 | 4B | 5C |
| Octal | 334 | 372 | 372 | 14 | 0 | 0 | 2 | 264 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11111010 | 1100 | 0 | 0 | 10 | 10110100 | 1001011 | 1011100 |
Color Harmonies of #DCFAFA
Complementary color
Monochromatic Colors of #DCFAFA
Black with #DCFAFA
Text Example
Text Example
White with #DCFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAFA; }
p { color: rgb(220,250,250); }
H1.HeaderClassName
{
color: #DCFAFA;
}
.AnyTagClassName
{
color: #DCFAFA;
}
</style>
background-color css
<style>
a { background-color: #DCFAFA; }
a { background-color: rgb(220,250,250); }
div.DivClassName
{
background-color: #DCFAFA;
}
.BgClassName
{
background-color: #DCFAFA;
}
</style>
border-color css
<style>
span { border-color: #DCFAFA; }
span { border-color: rgb(220,250,250); }
td.TdClassName
{
border-color: #DCFAFA;
}
.TagClassName
{
border-color: #DCFAFA;
}
</style>