Shades of Light Cyan #DBFEF7
Tints of Light Cyan #DBFEF7
RGB
CMYK
RGB Variations
Color information
#DBFEF7 (or 0xDBFEF7) is known color: Light Cyan. HEX triplet: DB, FE and F7. RGB value is (219,254,247). Sum of RGB (Red+Green+Blue) = 219+254+247=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF7 is #240108. Grayscale: #F2F2F2. Windows color (decimal): -2359561 or 16252635. OLE color: 16252635.
HSL color Cylindrical-coordinate representation of color #DBFEF7: hue angle of 168º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEF7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 247 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.00 |
| HSL | 168º | 0.95% | 0.93% | - |
| HSV(B) | 168º | 0.14% | 1% | - |
| XYZ | 81.44 | 92.66 | 101.59 | - |
| YUV | 242.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 247 | 0.14 | 0 | 0.03 | 0.00 | 168 | 0.95 | 0.93 |
| Hex | DB | FE | F7 | E | 0 | 3 | 0 | A8 | 5F | 5D |
| Octal | 333 | 376 | 367 | 16 | 0 | 3 | 0 | 250 | 137 | 135 |
| Binary | 11011011 | 11111110 | 11110111 | 1110 | 0 | 11 | 0 | 10101000 | 1011111 | 1011101 |
Color Harmonies of #DBFEF7
Complementary color
Monochromatic Colors of #DBFEF7
Black with #DBFEF7
Text Example
Text Example
White with #DBFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEF7; }
p { color: rgb(219,254,247); }
H1.HeaderClassName
{
color: #DBFEF7;
}
.AnyTagClassName
{
color: #DBFEF7;
}
</style>
background-color css
<style>
a { background-color: #DBFEF7; }
a { background-color: rgb(219,254,247); }
div.DivClassName
{
background-color: #DBFEF7;
}
.BgClassName
{
background-color: #DBFEF7;
}
</style>
border-color css
<style>
span { border-color: #DBFEF7; }
span { border-color: rgb(219,254,247); }
td.TdClassName
{
border-color: #DBFEF7;
}
.TagClassName
{
border-color: #DBFEF7;
}
</style>