Shades of Light Cyan #DBFFF7
Tints of Light Cyan #DBFFF7
RGB
CMYK
RGB Variations
Color information
#DBFFF7 (or 0xDBFFF7) is known color: Light Cyan. HEX triplet: DB, FF and F7. RGB value is (219,255,247). Sum of RGB (Red+Green+Blue) = 219+255+247=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF7 is #240008. Grayscale: #F3F3F3. Windows color (decimal): -2359305 or 16252891. OLE color: 16252891.
HSL color Cylindrical-coordinate representation of color #DBFFF7: hue angle of 166.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFF7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 247 | - |
| CMYK | 0.14 | 0 | 0.03 | 0 |
| HSL | 166.67º | 1% | 0.93% | - |
| HSV(B) | 166.67º | 0.14% | 1% | - |
| XYZ | 81.76 | 93.3 | 101.69 | - |
| YUV | 243.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 247 | 0.14 | 0 | 0.03 | 0 | 166.67 | 1 | 0.93 |
| Hex | DB | FF | F7 | E | 0 | 3 | 0 | A7 | 64 | 5D |
| Octal | 333 | 377 | 367 | 16 | 0 | 3 | 0 | 247 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11110111 | 1110 | 0 | 11 | 0 | 10100111 | 1100100 | 1011101 |
Color Harmonies of #DBFFF7
Complementary color
Monochromatic Colors of #DBFFF7
Black with #DBFFF7
Text Example
Text Example
White with #DBFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFF7; }
p { color: rgb(219,255,247); }
H1.HeaderClassName
{
color: #DBFFF7;
}
.AnyTagClassName
{
color: #DBFFF7;
}
</style>
background-color css
<style>
a { background-color: #DBFFF7; }
a { background-color: rgb(219,255,247); }
div.DivClassName
{
background-color: #DBFFF7;
}
.BgClassName
{
background-color: #DBFFF7;
}
</style>
border-color css
<style>
span { border-color: #DBFFF7; }
span { border-color: rgb(219,255,247); }
td.TdClassName
{
border-color: #DBFFF7;
}
.TagClassName
{
border-color: #DBFFF7;
}
</style>