Shades of Light Cyan #DCFBF8
Tints of Light Cyan #DCFBF8
RGB
CMYK
RGB Variations
Color information
#DCFBF8 (or 0xDCFBF8) is known color: Light Cyan. HEX triplet: DC, FB and F8. RGB value is (220,251,248). Sum of RGB (Red+Green+Blue) = 220+251+248=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF8 is #230407. Grayscale: #F1F1F1. Windows color (decimal): -2294792 or 16317404. OLE color: 16317404.
HSL color Cylindrical-coordinate representation of color #DCFBF8: hue angle of 174.19º 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 #DCFBF8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 248 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.02 |
| HSL | 174.19º | 0.79% | 0.92% | - |
| HSV(B) | 174.19º | 0.12% | 0.98% | - |
| XYZ | 80.96 | 90.99 | 102.1 | - |
| YUV | 241.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 248 | 0.12 | 0 | 0.01 | 0.02 | 174.19 | 0.79 | 0.92 |
| Hex | DC | FB | F8 | C | 0 | 1 | 2 | AE | 4F | 5C |
| Octal | 334 | 373 | 370 | 14 | 0 | 1 | 2 | 256 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11111000 | 1100 | 0 | 1 | 10 | 10101110 | 1001111 | 1011100 |
Color Harmonies of #DCFBF8
Complementary color
Monochromatic Colors of #DCFBF8
Black with #DCFBF8
Text Example
Text Example
White with #DCFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBF8; }
p { color: rgb(220,251,248); }
H1.HeaderClassName
{
color: #DCFBF8;
}
.AnyTagClassName
{
color: #DCFBF8;
}
</style>
background-color css
<style>
a { background-color: #DCFBF8; }
a { background-color: rgb(220,251,248); }
div.DivClassName
{
background-color: #DCFBF8;
}
.BgClassName
{
background-color: #DCFBF8;
}
</style>
border-color css
<style>
span { border-color: #DCFBF8; }
span { border-color: rgb(220,251,248); }
td.TdClassName
{
border-color: #DCFBF8;
}
.TagClassName
{
border-color: #DCFBF8;
}
</style>