Shades of Light Cyan #DFF7F5
Tints of Light Cyan #DFF7F5
RGB
CMYK
RGB Variations
Color information
#DFF7F5 (or 0xDFF7F5) is known color: Light Cyan. HEX triplet: DF, F7 and F5. RGB value is (223,247,245). Sum of RGB (Red+Green+Blue) = 223+247+245=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7F5 is #20080A. Grayscale: #EFEFEF. Windows color (decimal): -2099211 or 16119775. OLE color: 16119775.
HSL color Cylindrical-coordinate representation of color #DFF7F5: hue angle of 175º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF7F5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 245 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.03 |
| HSL | 175º | 0.6% | 0.92% | - |
| HSV(B) | 175º | 0.1% | 0.97% | - |
| XYZ | 80.17 | 88.8 | 99.3 | - |
| YUV | 239.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 245 | 0.10 | 0 | 0.01 | 0.03 | 175 | 0.6 | 0.92 |
| Hex | DF | F7 | F5 | A | 0 | 1 | 3 | AF | 3C | 5C |
| Octal | 337 | 367 | 365 | 12 | 0 | 1 | 3 | 257 | 74 | 134 |
| Binary | 11011111 | 11110111 | 11110101 | 1010 | 0 | 1 | 11 | 10101111 | 111100 | 1011100 |
Color Harmonies of #DFF7F5
Complementary color
Monochromatic Colors of #DFF7F5
Black with #DFF7F5
Text Example
Text Example
White with #DFF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF7F5; }
p { color: rgb(223,247,245); }
H1.HeaderClassName
{
color: #DFF7F5;
}
.AnyTagClassName
{
color: #DFF7F5;
}
</style>
background-color css
<style>
a { background-color: #DFF7F5; }
a { background-color: rgb(223,247,245); }
div.DivClassName
{
background-color: #DFF7F5;
}
.BgClassName
{
background-color: #DFF7F5;
}
</style>
border-color css
<style>
span { border-color: #DFF7F5; }
span { border-color: rgb(223,247,245); }
td.TdClassName
{
border-color: #DFF7F5;
}
.TagClassName
{
border-color: #DFF7F5;
}
</style>