Shades of Light Cyan #DCFEFF
Tints of Light Cyan #DCFEFF
RGB
CMYK
RGB Variations
Color information
#DCFEFF (or 0xDCFEFF) is known color: Light Cyan. HEX triplet: DC, FE and FF. RGB value is (220,254,255). Sum of RGB (Red+Green+Blue) = 220+254+255=729 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.18% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEFF is #230100. Grayscale: #F3F3F3. Windows color (decimal): -2294017 or 16776924. OLE color: 16776924.
HSL color Cylindrical-coordinate representation of color #DCFEFF: hue angle of 181.71º 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 #DCFEFF is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 254 | 255 | - |
| CMYK | 0.14 | 0.00 | 0 | 0 |
| HSL | 181.71º | 1% | 0.93% | - |
| HSV(B) | 181.71º | 0.14% | 1% | - |
| XYZ | 83.01 | 93.32 | 108.25 | - |
| YUV | 243.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 255 | 0.14 | 0.00 | 0 | 0 | 181.71 | 1 | 0.93 |
| Hex | DC | FE | FF | E | 0 | 0 | 0 | B6 | 64 | 5D |
| Octal | 334 | 376 | 377 | 16 | 0 | 0 | 0 | 266 | 144 | 135 |
| Binary | 11011100 | 11111110 | 11111111 | 1110 | 0 | 0 | 0 | 10110110 | 1100100 | 1011101 |
Color Harmonies of #DCFEFF
Complementary color
Monochromatic Colors of #DCFEFF
Black with #DCFEFF
Text Example
Text Example
White with #DCFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEFF; }
p { color: rgb(220,254,255); }
H1.HeaderClassName
{
color: #DCFEFF;
}
.AnyTagClassName
{
color: #DCFEFF;
}
</style>
background-color css
<style>
a { background-color: #DCFEFF; }
a { background-color: rgb(220,254,255); }
div.DivClassName
{
background-color: #DCFEFF;
}
.BgClassName
{
background-color: #DCFEFF;
}
</style>
border-color css
<style>
span { border-color: #DCFEFF; }
span { border-color: rgb(220,254,255); }
td.TdClassName
{
border-color: #DCFEFF;
}
.TagClassName
{
border-color: #DCFEFF;
}
</style>