Shades of Light Cyan #DCFCFD
Tints of Light Cyan #DCFCFD
RGB
CMYK
RGB Variations
Color information
#DCFCFD (or 0xDCFCFD) is known color: Light Cyan. HEX triplet: DC, FC and FD. RGB value is (220,252,253). Sum of RGB (Red+Green+Blue) = 220+252+253=725 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.34% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCFD is #230302. Grayscale: #F2F2F2. Windows color (decimal): -2294531 or 16645340. OLE color: 16645340.
HSL color Cylindrical-coordinate representation of color #DCFCFD: hue angle of 181.82º 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 #DCFCFD is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 253 | - |
CMYK | 0.13 | 0.00 | 0 | 0.01 |
HSL | 181.82º | 0.89% | 0.93% | - |
HSV(B) | 181.82º | 0.13% | 0.99% | - |
XYZ | 82.06 | 91.93 | 106.35 | - |
YUV | 242.55 | 133.9 | 111.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 253 | 0.13 | 0.00 | 0 | 0.01 | 181.82 | 0.89 | 0.93 |
Hex | DC | FC | FD | D | 0 | 0 | 1 | B6 | 59 | 5D |
Octal | 334 | 374 | 375 | 15 | 0 | 0 | 1 | 266 | 131 | 135 |
Binary | 11011100 | 11111100 | 11111101 | 1101 | 0 | 0 | 1 | 10110110 | 1011001 | 1011101 |
Color Harmonies of #DCFCFD
Complementary color
Monochromatic Colors of #DCFCFD
Black with #DCFCFD
Text Example
Text Example
White with #DCFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCFD; }
p { color: rgb(220,252,253); }
H1.HeaderClassName
{
color: #DCFCFD;
}
.AnyTagClassName
{
color: #DCFCFD;
}
</style>
background-color css
<style>
a { background-color: #DCFCFD; }
a { background-color: rgb(220,252,253); }
div.DivClassName
{
background-color: #DCFCFD;
}
.BgClassName
{
background-color: #DCFCFD;
}
</style>
border-color css
<style>
span { border-color: #DCFCFD; }
span { border-color: rgb(220,252,253); }
td.TdClassName
{
border-color: #DCFCFD;
}
.TagClassName
{
border-color: #DCFCFD;
}
</style>