Shades of Light Cyan #DBF8FA
Tints of Light Cyan #DBF8FA
RGB
CMYK
RGB Variations
Color information
#DBF8FA (or 0xDBF8FA) is known color: Light Cyan. HEX triplet: DB, F8 and FA. RGB value is (219,248,250). Sum of RGB (Red+Green+Blue) = 219+248+250=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FA is #240705. Grayscale: #EFEFEF. Windows color (decimal): -2361094 or 16447707. OLE color: 16447707.
HSL color Cylindrical-coordinate representation of color #DBF8FA: hue angle of 183.87º degrees, saturation: 0.76, 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 #DBF8FA is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 248 | 250 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.02 |
| HSL | 183.87º | 0.76% | 0.92% | - |
| HSV(B) | 183.87º | 0.12% | 0.98% | - |
| XYZ | 80.04 | 89.1 | 103.42 | - |
| YUV | 239.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 250 | 0.12 | 0.01 | 0 | 0.02 | 183.87 | 0.76 | 0.92 |
| Hex | DB | F8 | FA | C | 1 | 0 | 2 | B8 | 4C | 5C |
| Octal | 333 | 370 | 372 | 14 | 1 | 0 | 2 | 270 | 114 | 134 |
| Binary | 11011011 | 11111000 | 11111010 | 1100 | 1 | 0 | 10 | 10111000 | 1001100 | 1011100 |
Color Harmonies of #DBF8FA
Complementary color
Monochromatic Colors of #DBF8FA
Black with #DBF8FA
Text Example
Text Example
White with #DBF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8FA; }
p { color: rgb(219,248,250); }
H1.HeaderClassName
{
color: #DBF8FA;
}
.AnyTagClassName
{
color: #DBF8FA;
}
</style>
background-color css
<style>
a { background-color: #DBF8FA; }
a { background-color: rgb(219,248,250); }
div.DivClassName
{
background-color: #DBF8FA;
}
.BgClassName
{
background-color: #DBF8FA;
}
</style>
border-color css
<style>
span { border-color: #DBF8FA; }
span { border-color: rgb(219,248,250); }
td.TdClassName
{
border-color: #DBF8FA;
}
.TagClassName
{
border-color: #DBF8FA;
}
</style>