Shades of Light Cyan #DCFFFB
Tints of Light Cyan #DCFFFB
RGB
CMYK
RGB Variations
Color information
#DCFFFB (or 0xDCFFFB) is known color: Light Cyan. HEX triplet: DC, FF and FB. RGB value is (220,255,251). Sum of RGB (Red+Green+Blue) = 220+255+251=726 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.30% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFB is #230004. Grayscale: #F4F4F4. Windows color (decimal): -2293765 or 16515036. OLE color: 16515036.
HSL color Cylindrical-coordinate representation of color #DCFFFB: hue angle of 173.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFFB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 251 | - |
| CMYK | 0.14 | 0 | 0.02 | 0 |
| HSL | 173.14º | 1% | 0.93% | - |
| HSV(B) | 173.14º | 0.14% | 1% | - |
| XYZ | 82.69 | 93.7 | 104.99 | - |
| YUV | 244.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 251 | 0.14 | 0 | 0.02 | 0 | 173.14 | 1 | 0.93 |
| Hex | DC | FF | FB | E | 0 | 2 | 0 | AD | 64 | 5D |
| Octal | 334 | 377 | 373 | 16 | 0 | 2 | 0 | 255 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11111011 | 1110 | 0 | 10 | 0 | 10101101 | 1100100 | 1011101 |
Color Harmonies of #DCFFFB
Complementary color
Monochromatic Colors of #DCFFFB
Black with #DCFFFB
Text Example
Text Example
White with #DCFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFFB; }
p { color: rgb(220,255,251); }
H1.HeaderClassName
{
color: #DCFFFB;
}
.AnyTagClassName
{
color: #DCFFFB;
}
</style>
background-color css
<style>
a { background-color: #DCFFFB; }
a { background-color: rgb(220,255,251); }
div.DivClassName
{
background-color: #DCFFFB;
}
.BgClassName
{
background-color: #DCFFFB;
}
</style>
border-color css
<style>
span { border-color: #DCFFFB; }
span { border-color: rgb(220,255,251); }
td.TdClassName
{
border-color: #DCFFFB;
}
.TagClassName
{
border-color: #DCFFFB;
}
</style>