Shades of Light Cyan #DBF6F5
Tints of Light Cyan #DBF6F5
RGB
CMYK
RGB Variations
Color information
#DBF6F5 (or 0xDBF6F5) is known color: Light Cyan. HEX triplet: DB, F6 and F5. RGB value is (219,246,245). Sum of RGB (Red+Green+Blue) = 219+246+245=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6F5 is #24090A. Grayscale: #EDEDED. Windows color (decimal): -2361611 or 16119515. OLE color: 16119515.
HSL color Cylindrical-coordinate representation of color #DBF6F5: hue angle of 177.78º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6F5 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 245 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.04 |
| HSL | 177.78º | 0.6% | 0.91% | - |
| HSV(B) | 177.78º | 0.11% | 0.96% | - |
| XYZ | 78.65 | 87.56 | 99.14 | - |
| YUV | 237.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 245 | 0.11 | 0 | 0.00 | 0.04 | 177.78 | 0.6 | 0.91 |
| Hex | DB | F6 | F5 | B | 0 | 0 | 4 | B2 | 3C | 5B |
| Octal | 333 | 366 | 365 | 13 | 0 | 0 | 4 | 262 | 74 | 133 |
| Binary | 11011011 | 11110110 | 11110101 | 1011 | 0 | 0 | 100 | 10110010 | 111100 | 1011011 |
Color Harmonies of #DBF6F5
Complementary color
Monochromatic Colors of #DBF6F5
Black with #DBF6F5
Text Example
Text Example
White with #DBF6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6F5; }
p { color: rgb(219,246,245); }
H1.HeaderClassName
{
color: #DBF6F5;
}
.AnyTagClassName
{
color: #DBF6F5;
}
</style>
background-color css
<style>
a { background-color: #DBF6F5; }
a { background-color: rgb(219,246,245); }
div.DivClassName
{
background-color: #DBF6F5;
}
.BgClassName
{
background-color: #DBF6F5;
}
</style>
border-color css
<style>
span { border-color: #DBF6F5; }
span { border-color: rgb(219,246,245); }
td.TdClassName
{
border-color: #DBF6F5;
}
.TagClassName
{
border-color: #DBF6F5;
}
</style>