Shades of Light Cyan #DCF8F9
Tints of Light Cyan #DCF8F9
RGB
CMYK
RGB Variations
Color information
#DCF8F9 (or 0xDCF8F9) is known color: Light Cyan. HEX triplet: DC, F8 and F9. RGB value is (220,248,249). Sum of RGB (Red+Green+Blue) = 220+248+249=717 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.68% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8F9 is #230706. Grayscale: #EFEFEF. Windows color (decimal): -2295559 or 16382172. OLE color: 16382172.
HSL color Cylindrical-coordinate representation of color #DCF8F9: hue angle of 182.07º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF8F9 is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 248 | 249 | - |
CMYK | 0.12 | 0.00 | 0 | 0.02 |
HSL | 182.07º | 0.71% | 0.92% | - |
HSV(B) | 182.07º | 0.12% | 0.98% | - |
XYZ | 80.18 | 89.19 | 102.61 | - |
YUV | 239.74 | 133.22 | 113.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 248 | 249 | 0.12 | 0.00 | 0 | 0.02 | 182.07 | 0.71 | 0.92 |
Hex | DC | F8 | F9 | C | 0 | 0 | 2 | B6 | 47 | 5C |
Octal | 334 | 370 | 371 | 14 | 0 | 0 | 2 | 266 | 107 | 134 |
Binary | 11011100 | 11111000 | 11111001 | 1100 | 0 | 0 | 10 | 10110110 | 1000111 | 1011100 |
Color Harmonies of #DCF8F9
Complementary color
Monochromatic Colors of #DCF8F9
Black with #DCF8F9
Text Example
Text Example
White with #DCF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8F9; }
p { color: rgb(220,248,249); }
H1.HeaderClassName
{
color: #DCF8F9;
}
.AnyTagClassName
{
color: #DCF8F9;
}
</style>
background-color css
<style>
a { background-color: #DCF8F9; }
a { background-color: rgb(220,248,249); }
div.DivClassName
{
background-color: #DCF8F9;
}
.BgClassName
{
background-color: #DCF8F9;
}
</style>
border-color css
<style>
span { border-color: #DCF8F9; }
span { border-color: rgb(220,248,249); }
td.TdClassName
{
border-color: #DCF8F9;
}
.TagClassName
{
border-color: #DCF8F9;
}
</style>