Shades of Light Cyan #DBF9FA
Tints of Light Cyan #DBF9FA
RGB
CMYK
RGB Variations
Color information
#DBF9FA (or 0xDBF9FA) is known color: Light Cyan. HEX triplet: DB, F9 and FA. RGB value is (219,249,250). Sum of RGB (Red+Green+Blue) = 219+249+250=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FA is #240605. Grayscale: #F0F0F0. Windows color (decimal): -2360838 or 16447963. OLE color: 16447963.
HSL color Cylindrical-coordinate representation of color #DBF9FA: hue angle of 181.94º 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 #DBF9FA is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 249 | 250 | - |
CMYK | 0.12 | 0.00 | 0 | 0.02 |
HSL | 181.94º | 0.76% | 0.92% | - |
HSV(B) | 181.94º | 0.12% | 0.98% | - |
XYZ | 80.34 | 89.71 | 103.52 | - |
YUV | 240.14 | 133.56 | 112.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 250 | 0.12 | 0.00 | 0 | 0.02 | 181.94 | 0.76 | 0.92 |
Hex | DB | F9 | FA | C | 0 | 0 | 2 | B6 | 4C | 5C |
Octal | 333 | 371 | 372 | 14 | 0 | 0 | 2 | 266 | 114 | 134 |
Binary | 11011011 | 11111001 | 11111010 | 1100 | 0 | 0 | 10 | 10110110 | 1001100 | 1011100 |
Color Harmonies of #DBF9FA
Complementary color
Monochromatic Colors of #DBF9FA
Black with #DBF9FA
Text Example
Text Example
White with #DBF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9FA; }
p { color: rgb(219,249,250); }
H1.HeaderClassName
{
color: #DBF9FA;
}
.AnyTagClassName
{
color: #DBF9FA;
}
</style>
background-color css
<style>
a { background-color: #DBF9FA; }
a { background-color: rgb(219,249,250); }
div.DivClassName
{
background-color: #DBF9FA;
}
.BgClassName
{
background-color: #DBF9FA;
}
</style>
border-color css
<style>
span { border-color: #DBF9FA; }
span { border-color: rgb(219,249,250); }
td.TdClassName
{
border-color: #DBF9FA;
}
.TagClassName
{
border-color: #DBF9FA;
}
</style>