Shades of Light Cyan #DFF5F5
Tints of Light Cyan #DFF5F5
RGB
CMYK
RGB Variations
Color information
#DFF5F5 (or 0xDFF5F5) is known color: Light Cyan. HEX triplet: DF, F5 and F5. RGB value is (223,245,245). Sum of RGB (Red+Green+Blue) = 223+245+245=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 245 - color contains mainly: green, blue. Hex color #DFF5F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5F5 is #200A0A. Grayscale: #EEEEEE. Windows color (decimal): -2099723 or 16119263. OLE color: 16119263.
HSL color Cylindrical-coordinate representation of color #DFF5F5: hue angle of 180º 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 #DFF5F5 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 245 | - |
| CMYK | 0.09 | 0 | 0 | 0.04 |
| HSL | 180º | 0.52% | 0.92% | - |
| HSV(B) | 180º | 0.09% | 0.96% | - |
| XYZ | 79.57 | 87.59 | 99.1 | - |
| YUV | 238.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 245 | 0.09 | 0 | 0 | 0.04 | 180 | 0.52 | 0.92 |
| Hex | DF | F5 | F5 | 9 | 0 | 0 | 4 | B4 | 34 | 5C |
| Octal | 337 | 365 | 365 | 11 | 0 | 0 | 4 | 264 | 64 | 134 |
| Binary | 11011111 | 11110101 | 11110101 | 1001 | 0 | 0 | 100 | 10110100 | 110100 | 1011100 |
Color Harmonies of #DFF5F5
Complementary color
Monochromatic Colors of #DFF5F5
Black with #DFF5F5
Text Example
Text Example
White with #DFF5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5F5; }
p { color: rgb(223,245,245); }
H1.HeaderClassName
{
color: #DFF5F5;
}
.AnyTagClassName
{
color: #DFF5F5;
}
</style>
background-color css
<style>
a { background-color: #DFF5F5; }
a { background-color: rgb(223,245,245); }
div.DivClassName
{
background-color: #DFF5F5;
}
.BgClassName
{
background-color: #DFF5F5;
}
</style>
border-color css
<style>
span { border-color: #DFF5F5; }
span { border-color: rgb(223,245,245); }
td.TdClassName
{
border-color: #DFF5F5;
}
.TagClassName
{
border-color: #DFF5F5;
}
</style>