Shades of Light Cyan #DBF8FF
Tints of Light Cyan #DBF8FF
RGB
CMYK
RGB Variations
Color information
#DBF8FF (or 0xDBF8FF) is known color: Light Cyan. HEX triplet: DB, F8 and FF. RGB value is (219,248,255). Sum of RGB (Red+Green+Blue) = 219+248+255=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FF is #240700. Grayscale: #F0F0F0. Windows color (decimal): -2361089 or 16775387. OLE color: 16775387.
HSL color Cylindrical-coordinate representation of color #DBF8FF: hue angle of 191.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 #DBF8FF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 248 | 255 | - |
| CMYK | 0.14 | 0.03 | 0 | 0 |
| HSL | 191.67º | 1% | 0.93% | - |
| HSV(B) | 191.67º | 0.14% | 1% | - |
| XYZ | 80.83 | 89.41 | 107.61 | - |
| YUV | 240.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 255 | 0.14 | 0.03 | 0 | 0 | 191.67 | 1 | 0.93 |
| Hex | DB | F8 | FF | E | 3 | 0 | 0 | C0 | 64 | 5D |
| Octal | 333 | 370 | 377 | 16 | 3 | 0 | 0 | 300 | 144 | 135 |
| Binary | 11011011 | 11111000 | 11111111 | 1110 | 11 | 0 | 0 | 11000000 | 1100100 | 1011101 |
Color Harmonies of #DBF8FF
Complementary color
Monochromatic Colors of #DBF8FF
Black with #DBF8FF
Text Example
Text Example
White with #DBF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8FF; }
p { color: rgb(219,248,255); }
H1.HeaderClassName
{
color: #DBF8FF;
}
.AnyTagClassName
{
color: #DBF8FF;
}
</style>
background-color css
<style>
a { background-color: #DBF8FF; }
a { background-color: rgb(219,248,255); }
div.DivClassName
{
background-color: #DBF8FF;
}
.BgClassName
{
background-color: #DBF8FF;
}
</style>
border-color css
<style>
span { border-color: #DBF8FF; }
span { border-color: rgb(219,248,255); }
td.TdClassName
{
border-color: #DBF8FF;
}
.TagClassName
{
border-color: #DBF8FF;
}
</style>