Shades of Light Cyan #DCFAFD
Tints of Light Cyan #DCFAFD
RGB
CMYK
RGB Variations
Color information
#DCFAFD (or 0xDCFAFD) is known color: Light Cyan. HEX triplet: DC, FA and FD. RGB value is (220,250,253). Sum of RGB (Red+Green+Blue) = 220+250+253=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFD is #230502. Grayscale: #F1F1F1. Windows color (decimal): -2295043 or 16644828. OLE color: 16644828.
HSL color Cylindrical-coordinate representation of color #DCFAFD: hue angle of 185.45º degrees, saturation: 0.89, 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 #DCFAFD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 250 | 253 | - |
CMYK | 0.13 | 0.01 | 0 | 0.01 |
HSL | 185.45º | 0.89% | 0.93% | - |
HSV(B) | 185.45º | 0.13% | 0.99% | - |
XYZ | 81.43 | 90.68 | 106.14 | - |
YUV | 241.37 | 134.56 | 112.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 253 | 0.13 | 0.01 | 0 | 0.01 | 185.45 | 0.89 | 0.93 |
Hex | DC | FA | FD | D | 1 | 0 | 1 | B9 | 59 | 5D |
Octal | 334 | 372 | 375 | 15 | 1 | 0 | 1 | 271 | 131 | 135 |
Binary | 11011100 | 11111010 | 11111101 | 1101 | 1 | 0 | 1 | 10111001 | 1011001 | 1011101 |
Color Harmonies of #DCFAFD
Complementary color
Monochromatic Colors of #DCFAFD
Black with #DCFAFD
Text Example
Text Example
White with #DCFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAFD; }
p { color: rgb(220,250,253); }
H1.HeaderClassName
{
color: #DCFAFD;
}
.AnyTagClassName
{
color: #DCFAFD;
}
</style>
background-color css
<style>
a { background-color: #DCFAFD; }
a { background-color: rgb(220,250,253); }
div.DivClassName
{
background-color: #DCFAFD;
}
.BgClassName
{
background-color: #DCFAFD;
}
</style>
border-color css
<style>
span { border-color: #DCFAFD; }
span { border-color: rgb(220,250,253); }
td.TdClassName
{
border-color: #DCFAFD;
}
.TagClassName
{
border-color: #DCFAFD;
}
</style>