Shades of Light Cyan #DCFAF9
Tints of Light Cyan #DCFAF9
RGB
CMYK
RGB Variations
Color information
#DCFAF9 (or 0xDCFAF9) is known color: Light Cyan. HEX triplet: DC, FA and F9. RGB value is (220,250,249). Sum of RGB (Red+Green+Blue) = 220+250+249=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF9 is #230506. Grayscale: #F0F0F0. Windows color (decimal): -2295047 or 16382684. OLE color: 16382684.
HSL color Cylindrical-coordinate representation of color #DCFAF9: hue angle of 178º 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 #DCFAF9 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 249 | - |
CMYK | 0.12 | 0 | 0.00 | 0.02 |
HSL | 178º | 0.75% | 0.92% | - |
HSV(B) | 178º | 0.12% | 0.98% | - |
XYZ | 80.8 | 90.43 | 102.82 | - |
YUV | 240.92 | 132.56 | 113.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 249 | 0.12 | 0 | 0.00 | 0.02 | 178 | 0.75 | 0.92 |
Hex | DC | FA | F9 | C | 0 | 0 | 2 | B2 | 4B | 5C |
Octal | 334 | 372 | 371 | 14 | 0 | 0 | 2 | 262 | 113 | 134 |
Binary | 11011100 | 11111010 | 11111001 | 1100 | 0 | 0 | 10 | 10110010 | 1001011 | 1011100 |
Color Harmonies of #DCFAF9
Complementary color
Monochromatic Colors of #DCFAF9
Black with #DCFAF9
Text Example
Text Example
White with #DCFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF9; }
p { color: rgb(220,250,249); }
H1.HeaderClassName
{
color: #DCFAF9;
}
.AnyTagClassName
{
color: #DCFAF9;
}
</style>
background-color css
<style>
a { background-color: #DCFAF9; }
a { background-color: rgb(220,250,249); }
div.DivClassName
{
background-color: #DCFAF9;
}
.BgClassName
{
background-color: #DCFAF9;
}
</style>
border-color css
<style>
span { border-color: #DCFAF9; }
span { border-color: rgb(220,250,249); }
td.TdClassName
{
border-color: #DCFAF9;
}
.TagClassName
{
border-color: #DCFAF9;
}
</style>