Shades of Light Cyan #DFF3F5
Tints of Light Cyan #DFF3F5
RGB
CMYK
RGB Variations
Color information
#DFF3F5 (or 0xDFF3F5) is known color: Light Cyan. HEX triplet: DF, F3 and F5. RGB value is (223,243,245). Sum of RGB (Red+Green+Blue) = 223+243+245=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFF3F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3F5 is #200C0A. Grayscale: #EDEDED. Windows color (decimal): -2100235 or 16118751. OLE color: 16118751.
HSL color Cylindrical-coordinate representation of color #DFF3F5: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF3F5 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 243 | 245 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.04 |
| HSL | 185.45º | 0.52% | 0.92% | - |
| HSV(B) | 185.45º | 0.09% | 0.96% | - |
| XYZ | 78.96 | 86.38 | 98.9 | - |
| YUV | 237.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 245 | 0.09 | 0.01 | 0 | 0.04 | 185.45 | 0.52 | 0.92 |
| Hex | DF | F3 | F5 | 9 | 1 | 0 | 4 | B9 | 34 | 5C |
| Octal | 337 | 363 | 365 | 11 | 1 | 0 | 4 | 271 | 64 | 134 |
| Binary | 11011111 | 11110011 | 11110101 | 1001 | 1 | 0 | 100 | 10111001 | 110100 | 1011100 |
Color Harmonies of #DFF3F5
Complementary color
Monochromatic Colors of #DFF3F5
Black with #DFF3F5
Text Example
Text Example
White with #DFF3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3F5; }
p { color: rgb(223,243,245); }
H1.HeaderClassName
{
color: #DFF3F5;
}
.AnyTagClassName
{
color: #DFF3F5;
}
</style>
background-color css
<style>
a { background-color: #DFF3F5; }
a { background-color: rgb(223,243,245); }
div.DivClassName
{
background-color: #DFF3F5;
}
.BgClassName
{
background-color: #DFF3F5;
}
</style>
border-color css
<style>
span { border-color: #DFF3F5; }
span { border-color: rgb(223,243,245); }
td.TdClassName
{
border-color: #DFF3F5;
}
.TagClassName
{
border-color: #DFF3F5;
}
</style>