Shades of Light Cyan #DCFEF9
Tints of Light Cyan #DCFEF9
RGB
CMYK
RGB Variations
Color information
#DCFEF9 (or 0xDCFEF9) is known color: Light Cyan. HEX triplet: DC, FE and F9. RGB value is (220,254,249). Sum of RGB (Red+Green+Blue) = 220+254+249=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF9 is #230106. Grayscale: #F3F3F3. Windows color (decimal): -2294023 or 16383708. OLE color: 16383708.
HSL color Cylindrical-coordinate representation of color #DCFEF9: hue angle of 171.18º 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 #DCFEF9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 249 | - |
CMYK | 0.13 | 0 | 0.02 | 0.00 |
HSL | 171.18º | 0.94% | 0.93% | - |
HSV(B) | 171.18º | 0.13% | 1% | - |
XYZ | 82.06 | 92.94 | 103.24 | - |
YUV | 243.26 | 131.24 | 111.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 249 | 0.13 | 0 | 0.02 | 0.00 | 171.18 | 0.94 | 0.93 |
Hex | DC | FE | F9 | D | 0 | 2 | 0 | AB | 5E | 5D |
Octal | 334 | 376 | 371 | 15 | 0 | 2 | 0 | 253 | 136 | 135 |
Binary | 11011100 | 11111110 | 11111001 | 1101 | 0 | 10 | 0 | 10101011 | 1011110 | 1011101 |
Color Harmonies of #DCFEF9
Complementary color
Monochromatic Colors of #DCFEF9
Black with #DCFEF9
Text Example
Text Example
White with #DCFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEF9; }
p { color: rgb(220,254,249); }
H1.HeaderClassName
{
color: #DCFEF9;
}
.AnyTagClassName
{
color: #DCFEF9;
}
</style>
background-color css
<style>
a { background-color: #DCFEF9; }
a { background-color: rgb(220,254,249); }
div.DivClassName
{
background-color: #DCFEF9;
}
.BgClassName
{
background-color: #DCFEF9;
}
</style>
border-color css
<style>
span { border-color: #DCFEF9; }
span { border-color: rgb(220,254,249); }
td.TdClassName
{
border-color: #DCFEF9;
}
.TagClassName
{
border-color: #DCFEF9;
}
</style>