Shades of Light Cyan #DFF6FE
Tints of Light Cyan #DFF6FE
RGB
CMYK
RGB Variations
Color information
#DFF6FE (or 0xDFF6FE) is known color: Light Cyan. HEX triplet: DF, F6 and FE. RGB value is (223,246,254). Sum of RGB (Red+Green+Blue) = 223+246+254=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6FE is #200901. Grayscale: #EFEFEF. Windows color (decimal): -2099458 or 16709343. OLE color: 16709343.
HSL color Cylindrical-coordinate representation of color #DFF6FE: hue angle of 195.48º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF6FE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 246 | 254 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.00 |
| HSL | 195.48º | 0.94% | 0.94% | - |
| HSV(B) | 195.48º | 0.12% | 1% | - |
| XYZ | 81.28 | 88.76 | 106.61 | - |
| YUV | 240.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 254 | 0.12 | 0.03 | 0 | 0.00 | 195.48 | 0.94 | 0.94 |
| Hex | DF | F6 | FE | C | 3 | 0 | 0 | C3 | 5E | 5E |
| Octal | 337 | 366 | 376 | 14 | 3 | 0 | 0 | 303 | 136 | 136 |
| Binary | 11011111 | 11110110 | 11111110 | 1100 | 11 | 0 | 0 | 11000011 | 1011110 | 1011110 |
Color Harmonies of #DFF6FE
Complementary color
Monochromatic Colors of #DFF6FE
Black with #DFF6FE
Text Example
Text Example
White with #DFF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6FE; }
p { color: rgb(223,246,254); }
H1.HeaderClassName
{
color: #DFF6FE;
}
.AnyTagClassName
{
color: #DFF6FE;
}
</style>
background-color css
<style>
a { background-color: #DFF6FE; }
a { background-color: rgb(223,246,254); }
div.DivClassName
{
background-color: #DFF6FE;
}
.BgClassName
{
background-color: #DFF6FE;
}
</style>
border-color css
<style>
span { border-color: #DFF6FE; }
span { border-color: rgb(223,246,254); }
td.TdClassName
{
border-color: #DFF6FE;
}
.TagClassName
{
border-color: #DFF6FE;
}
</style>