Shades of Light Cyan #DCFEFD
Tints of Light Cyan #DCFEFD
RGB
CMYK
RGB Variations
Color information
#DCFEFD (or 0xDCFEFD) is known color: Light Cyan. HEX triplet: DC, FE and FD. RGB value is (220,254,253). Sum of RGB (Red+Green+Blue) = 220+254+253=727 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.26% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEFD is #230102. Grayscale: #F3F3F3. Windows color (decimal): -2294019 or 16645852. OLE color: 16645852.
HSL color Cylindrical-coordinate representation of color #DCFEFD: hue angle of 178.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEFD is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 253 | - |
CMYK | 0.13 | 0 | 0.00 | 0.00 |
HSL | 178.24º | 0.94% | 0.93% | - |
HSV(B) | 178.24º | 0.13% | 1% | - |
XYZ | 82.69 | 93.19 | 106.56 | - |
YUV | 243.72 | 133.24 | 111.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 253 | 0.13 | 0 | 0.00 | 0.00 | 178.24 | 0.94 | 0.93 |
Hex | DC | FE | FD | D | 0 | 0 | 0 | B2 | 5E | 5D |
Octal | 334 | 376 | 375 | 15 | 0 | 0 | 0 | 262 | 136 | 135 |
Binary | 11011100 | 11111110 | 11111101 | 1101 | 0 | 0 | 0 | 10110010 | 1011110 | 1011101 |
Color Harmonies of #DCFEFD
Complementary color
Monochromatic Colors of #DCFEFD
Black with #DCFEFD
Text Example
Text Example
White with #DCFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEFD; }
p { color: rgb(220,254,253); }
H1.HeaderClassName
{
color: #DCFEFD;
}
.AnyTagClassName
{
color: #DCFEFD;
}
</style>
background-color css
<style>
a { background-color: #DCFEFD; }
a { background-color: rgb(220,254,253); }
div.DivClassName
{
background-color: #DCFEFD;
}
.BgClassName
{
background-color: #DCFEFD;
}
</style>
border-color css
<style>
span { border-color: #DCFEFD; }
span { border-color: rgb(220,254,253); }
td.TdClassName
{
border-color: #DCFEFD;
}
.TagClassName
{
border-color: #DCFEFD;
}
</style>