Shades of Light Cyan #DCF9F9
Tints of Light Cyan #DCF9F9
RGB
CMYK
RGB Variations
Color information
#DCF9F9 (or 0xDCF9F9) is known color: Light Cyan. HEX triplet: DC, F9 and F9. RGB value is (220,249,249). Sum of RGB (Red+Green+Blue) = 220+249+249=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #DCF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9F9 is #230606. Grayscale: #F0F0F0. Windows color (decimal): -2295303 or 16382428. OLE color: 16382428.
HSL color Cylindrical-coordinate representation of color #DCF9F9: hue angle of 180º 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 #DCF9F9 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 249 | - |
CMYK | 0.12 | 0 | 0 | 0.02 |
HSL | 180º | 0.71% | 0.92% | - |
HSV(B) | 180º | 0.12% | 0.98% | - |
XYZ | 80.49 | 89.81 | 102.71 | - |
YUV | 240.33 | 132.89 | 113.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 249 | 0.12 | 0 | 0 | 0.02 | 180 | 0.71 | 0.92 |
Hex | DC | F9 | F9 | C | 0 | 0 | 2 | B4 | 47 | 5C |
Octal | 334 | 371 | 371 | 14 | 0 | 0 | 2 | 264 | 107 | 134 |
Binary | 11011100 | 11111001 | 11111001 | 1100 | 0 | 0 | 10 | 10110100 | 1000111 | 1011100 |
Color Harmonies of #DCF9F9
Complementary color
Monochromatic Colors of #DCF9F9
Black with #DCF9F9
Text Example
Text Example
White with #DCF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9F9; }
p { color: rgb(220,249,249); }
H1.HeaderClassName
{
color: #DCF9F9;
}
.AnyTagClassName
{
color: #DCF9F9;
}
</style>
background-color css
<style>
a { background-color: #DCF9F9; }
a { background-color: rgb(220,249,249); }
div.DivClassName
{
background-color: #DCF9F9;
}
.BgClassName
{
background-color: #DCF9F9;
}
</style>
border-color css
<style>
span { border-color: #DCF9F9; }
span { border-color: rgb(220,249,249); }
td.TdClassName
{
border-color: #DCF9F9;
}
.TagClassName
{
border-color: #DCF9F9;
}
</style>