Shades of Light Cyan #DFF9F9
Tints of Light Cyan #DFF9F9
RGB
CMYK
RGB Variations
Color information
#DFF9F9 (or 0xDFF9F9) is known color: Light Cyan. HEX triplet: DF, F9 and F9. RGB value is (223,249,249). Sum of RGB (Red+Green+Blue) = 223+249+249=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #DFF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9F9 is #200606. Grayscale: #F1F1F1. Windows color (decimal): -2098695 or 16382431. OLE color: 16382431.
HSL color Cylindrical-coordinate representation of color #DFF9F9: hue angle of 180º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF9F9 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 249 | 249 | - |
CMYK | 0.10 | 0 | 0 | 0.02 |
HSL | 180º | 0.68% | 0.93% | - |
HSV(B) | 180º | 0.1% | 0.98% | - |
XYZ | 81.41 | 90.28 | 102.76 | - |
YUV | 241.23 | 132.39 | 115 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 249 | 249 | 0.10 | 0 | 0 | 0.02 | 180 | 0.68 | 0.93 |
Hex | DF | F9 | F9 | A | 0 | 0 | 2 | B4 | 44 | 5D |
Octal | 337 | 371 | 371 | 12 | 0 | 0 | 2 | 264 | 104 | 135 |
Binary | 11011111 | 11111001 | 11111001 | 1010 | 0 | 0 | 10 | 10110100 | 1000100 | 1011101 |
Color Harmonies of #DFF9F9
Complementary color
Monochromatic Colors of #DFF9F9
Black with #DFF9F9
Text Example
Text Example
White with #DFF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9F9; }
p { color: rgb(223,249,249); }
H1.HeaderClassName
{
color: #DFF9F9;
}
.AnyTagClassName
{
color: #DFF9F9;
}
</style>
background-color css
<style>
a { background-color: #DFF9F9; }
a { background-color: rgb(223,249,249); }
div.DivClassName
{
background-color: #DFF9F9;
}
.BgClassName
{
background-color: #DFF9F9;
}
</style>
border-color css
<style>
span { border-color: #DFF9F9; }
span { border-color: rgb(223,249,249); }
td.TdClassName
{
border-color: #DFF9F9;
}
.TagClassName
{
border-color: #DFF9F9;
}
</style>