Shades of Light Cyan #DCFAF5
Tints of Light Cyan #DCFAF5
RGB
CMYK
RGB Variations
Color information
#DCFAF5 (or 0xDCFAF5) is known color: Light Cyan. HEX triplet: DC, FA and F5. RGB value is (220,250,245). Sum of RGB (Red+Green+Blue) = 220+250+245=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF5 is #23050A. Grayscale: #F0F0F0. Windows color (decimal): -2295051 or 16120540. OLE color: 16120540.
HSL color Cylindrical-coordinate representation of color #DCFAF5: hue angle of 170º 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 #DCFAF5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 245 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.02 |
| HSL | 170º | 0.75% | 0.92% | - |
| HSV(B) | 170º | 0.12% | 0.98% | - |
| XYZ | 80.18 | 90.18 | 99.57 | - |
| YUV | 240.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 245 | 0.12 | 0 | 0.02 | 0.02 | 170 | 0.75 | 0.92 |
| Hex | DC | FA | F5 | C | 0 | 2 | 2 | AA | 4B | 5C |
| Octal | 334 | 372 | 365 | 14 | 0 | 2 | 2 | 252 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11110101 | 1100 | 0 | 10 | 10 | 10101010 | 1001011 | 1011100 |
Color Harmonies of #DCFAF5
Complementary color
Monochromatic Colors of #DCFAF5
Black with #DCFAF5
Text Example
Text Example
White with #DCFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF5; }
p { color: rgb(220,250,245); }
H1.HeaderClassName
{
color: #DCFAF5;
}
.AnyTagClassName
{
color: #DCFAF5;
}
</style>
background-color css
<style>
a { background-color: #DCFAF5; }
a { background-color: rgb(220,250,245); }
div.DivClassName
{
background-color: #DCFAF5;
}
.BgClassName
{
background-color: #DCFAF5;
}
</style>
border-color css
<style>
span { border-color: #DCFAF5; }
span { border-color: rgb(220,250,245); }
td.TdClassName
{
border-color: #DCFAF5;
}
.TagClassName
{
border-color: #DCFAF5;
}
</style>