Shades of Light Cyan #DCFBF7
Tints of Light Cyan #DCFBF7
RGB
CMYK
RGB Variations
Color information
#DCFBF7 (or 0xDCFBF7) is known color: Light Cyan. HEX triplet: DC, FB and F7. RGB value is (220,251,247). Sum of RGB (Red+Green+Blue) = 220+251+247=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF7 is #230408. Grayscale: #F1F1F1. Windows color (decimal): -2294793 or 16251868. OLE color: 16251868.
HSL color Cylindrical-coordinate representation of color #DCFBF7: hue angle of 172.26º degrees, saturation: 0.79, 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 #DCFBF7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 247 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.02 |
| HSL | 172.26º | 0.79% | 0.92% | - |
| HSV(B) | 172.26º | 0.12% | 0.98% | - |
| XYZ | 80.8 | 90.93 | 101.29 | - |
| YUV | 241.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 247 | 0.12 | 0 | 0.02 | 0.02 | 172.26 | 0.79 | 0.92 |
| Hex | DC | FB | F7 | C | 0 | 2 | 2 | AC | 4F | 5C |
| Octal | 334 | 373 | 367 | 14 | 0 | 2 | 2 | 254 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11110111 | 1100 | 0 | 10 | 10 | 10101100 | 1001111 | 1011100 |
Color Harmonies of #DCFBF7
Complementary color
Monochromatic Colors of #DCFBF7
Black with #DCFBF7
Text Example
Text Example
White with #DCFBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBF7; }
p { color: rgb(220,251,247); }
H1.HeaderClassName
{
color: #DCFBF7;
}
.AnyTagClassName
{
color: #DCFBF7;
}
</style>
background-color css
<style>
a { background-color: #DCFBF7; }
a { background-color: rgb(220,251,247); }
div.DivClassName
{
background-color: #DCFBF7;
}
.BgClassName
{
background-color: #DCFBF7;
}
</style>
border-color css
<style>
span { border-color: #DCFBF7; }
span { border-color: rgb(220,251,247); }
td.TdClassName
{
border-color: #DCFBF7;
}
.TagClassName
{
border-color: #DCFBF7;
}
</style>