Shades of Light Cyan #DCFDFB
Tints of Light Cyan #DCFDFB
RGB
CMYK
RGB Variations
Color information
#DCFDFB (or 0xDCFDFB) is known color: Light Cyan. HEX triplet: DC, FD and FB. RGB value is (220,253,251). Sum of RGB (Red+Green+Blue) = 220+253+251=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFB is #230204. Grayscale: #F2F2F2. Windows color (decimal): -2294277 or 16514524. OLE color: 16514524.
HSL color Cylindrical-coordinate representation of color #DCFDFB: hue angle of 176.36º 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 #DCFDFB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 251 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.01 |
| HSL | 176.36º | 0.89% | 0.93% | - |
| HSV(B) | 176.36º | 0.13% | 0.99% | - |
| XYZ | 82.05 | 92.43 | 104.78 | - |
| YUV | 242.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 251 | 0.13 | 0 | 0.01 | 0.01 | 176.36 | 0.89 | 0.93 |
| Hex | DC | FD | FB | D | 0 | 1 | 1 | B0 | 59 | 5D |
| Octal | 334 | 375 | 373 | 15 | 0 | 1 | 1 | 260 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11111011 | 1101 | 0 | 1 | 1 | 10110000 | 1011001 | 1011101 |
Color Harmonies of #DCFDFB
Complementary color
Monochromatic Colors of #DCFDFB
Black with #DCFDFB
Text Example
Text Example
White with #DCFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDFB; }
p { color: rgb(220,253,251); }
H1.HeaderClassName
{
color: #DCFDFB;
}
.AnyTagClassName
{
color: #DCFDFB;
}
</style>
background-color css
<style>
a { background-color: #DCFDFB; }
a { background-color: rgb(220,253,251); }
div.DivClassName
{
background-color: #DCFDFB;
}
.BgClassName
{
background-color: #DCFDFB;
}
</style>
border-color css
<style>
span { border-color: #DCFDFB; }
span { border-color: rgb(220,253,251); }
td.TdClassName
{
border-color: #DCFDFB;
}
.TagClassName
{
border-color: #DCFDFB;
}
</style>