Shades of Light Cyan #DFF7FA
Tints of Light Cyan #DFF7FA
RGB
CMYK
RGB Variations
Color information
#DFF7FA (or 0xDFF7FA) is known color: Light Cyan. HEX triplet: DF, F7 and FA. RGB value is (223,247,250). Sum of RGB (Red+Green+Blue) = 223+247+250=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7FA is #200805. Grayscale: #F0F0F0. Windows color (decimal): -2099206 or 16447455. OLE color: 16447455.
HSL color Cylindrical-coordinate representation of color #DFF7FA: hue angle of 186.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF7FA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 247 | 250 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.02 |
| HSL | 186.67º | 0.73% | 0.93% | - |
| HSV(B) | 186.67º | 0.11% | 0.98% | - |
| XYZ | 80.95 | 89.11 | 103.38 | - |
| YUV | 240.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 250 | 0.11 | 0.01 | 0 | 0.02 | 186.67 | 0.73 | 0.93 |
| Hex | DF | F7 | FA | B | 1 | 0 | 2 | BB | 49 | 5D |
| Octal | 337 | 367 | 372 | 13 | 1 | 0 | 2 | 273 | 111 | 135 |
| Binary | 11011111 | 11110111 | 11111010 | 1011 | 1 | 0 | 10 | 10111011 | 1001001 | 1011101 |
Color Harmonies of #DFF7FA
Complementary color
Monochromatic Colors of #DFF7FA
Black with #DFF7FA
Text Example
Text Example
White with #DFF7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF7FA; }
p { color: rgb(223,247,250); }
H1.HeaderClassName
{
color: #DFF7FA;
}
.AnyTagClassName
{
color: #DFF7FA;
}
</style>
background-color css
<style>
a { background-color: #DFF7FA; }
a { background-color: rgb(223,247,250); }
div.DivClassName
{
background-color: #DFF7FA;
}
.BgClassName
{
background-color: #DFF7FA;
}
</style>
border-color css
<style>
span { border-color: #DFF7FA; }
span { border-color: rgb(223,247,250); }
td.TdClassName
{
border-color: #DFF7FA;
}
.TagClassName
{
border-color: #DFF7FA;
}
</style>