Shades of Light Cyan #DFF6FA
Tints of Light Cyan #DFF6FA
RGB
CMYK
RGB Variations
Color information
#DFF6FA (or 0xDFF6FA) is known color: Light Cyan. HEX triplet: DF, F6 and FA. RGB value is (223,246,250). Sum of RGB (Red+Green+Blue) = 223+246+250=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6FA is #200905. Grayscale: #EFEFEF. Windows color (decimal): -2099462 or 16447199. OLE color: 16447199.
HSL color Cylindrical-coordinate representation of color #DFF6FA: hue angle of 188.89º 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 #DFF6FA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 246 | 250 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.02 |
| HSL | 188.89º | 0.73% | 0.93% | - |
| HSV(B) | 188.89º | 0.11% | 0.98% | - |
| XYZ | 80.64 | 88.5 | 103.27 | - |
| YUV | 239.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 250 | 0.11 | 0.02 | 0 | 0.02 | 188.89 | 0.73 | 0.93 |
| Hex | DF | F6 | FA | B | 2 | 0 | 2 | BD | 49 | 5D |
| Octal | 337 | 366 | 372 | 13 | 2 | 0 | 2 | 275 | 111 | 135 |
| Binary | 11011111 | 11110110 | 11111010 | 1011 | 10 | 0 | 10 | 10111101 | 1001001 | 1011101 |
Color Harmonies of #DFF6FA
Complementary color
Monochromatic Colors of #DFF6FA
Black with #DFF6FA
Text Example
Text Example
White with #DFF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6FA; }
p { color: rgb(223,246,250); }
H1.HeaderClassName
{
color: #DFF6FA;
}
.AnyTagClassName
{
color: #DFF6FA;
}
</style>
background-color css
<style>
a { background-color: #DFF6FA; }
a { background-color: rgb(223,246,250); }
div.DivClassName
{
background-color: #DFF6FA;
}
.BgClassName
{
background-color: #DFF6FA;
}
</style>
border-color css
<style>
span { border-color: #DFF6FA; }
span { border-color: rgb(223,246,250); }
td.TdClassName
{
border-color: #DFF6FA;
}
.TagClassName
{
border-color: #DFF6FA;
}
</style>