Shades of Light Cyan #DFF7FF
Tints of Light Cyan #DFF7FF
RGB
CMYK
RGB Variations
Color information
#DFF7FF (or 0xDFF7FF) is known color: Light Cyan. HEX triplet: DF, F7 and FF. RGB value is (223,247,255). Sum of RGB (Red+Green+Blue) = 223+247+255=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7FF is #200800. Grayscale: #F0F0F0. Windows color (decimal): -2099201 or 16775135. OLE color: 16775135.
HSL color Cylindrical-coordinate representation of color #DFF7FF: hue angle of 195º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFF7FF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 247 | 255 | - |
| CMYK | 0.13 | 0.03 | 0 | 0 |
| HSL | 195º | 1% | 0.94% | - |
| HSV(B) | 195º | 0.13% | 1% | - |
| XYZ | 81.74 | 89.43 | 107.56 | - |
| YUV | 240.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 255 | 0.13 | 0.03 | 0 | 0 | 195 | 1 | 0.94 |
| Hex | DF | F7 | FF | D | 3 | 0 | 0 | C3 | 64 | 5E |
| Octal | 337 | 367 | 377 | 15 | 3 | 0 | 0 | 303 | 144 | 136 |
| Binary | 11011111 | 11110111 | 11111111 | 1101 | 11 | 0 | 0 | 11000011 | 1100100 | 1011110 |
Color Harmonies of #DFF7FF
Complementary color
Monochromatic Colors of #DFF7FF
Black with #DFF7FF
Text Example
Text Example
White with #DFF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF7FF; }
p { color: rgb(223,247,255); }
H1.HeaderClassName
{
color: #DFF7FF;
}
.AnyTagClassName
{
color: #DFF7FF;
}
</style>
background-color css
<style>
a { background-color: #DFF7FF; }
a { background-color: rgb(223,247,255); }
div.DivClassName
{
background-color: #DFF7FF;
}
.BgClassName
{
background-color: #DFF7FF;
}
</style>
border-color css
<style>
span { border-color: #DFF7FF; }
span { border-color: rgb(223,247,255); }
td.TdClassName
{
border-color: #DFF7FF;
}
.TagClassName
{
border-color: #DFF7FF;
}
</style>