Shades of Light Cyan #DBF8FD
Tints of Light Cyan #DBF8FD
RGB
CMYK
RGB Variations
Color information
#DBF8FD (or 0xDBF8FD) is known color: Light Cyan. HEX triplet: DB, F8 and FD. RGB value is (219,248,253). Sum of RGB (Red+Green+Blue) = 219+248+253=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FD is #240702. Grayscale: #EFEFEF. Windows color (decimal): -2361091 or 16644315. OLE color: 16644315.
HSL color Cylindrical-coordinate representation of color #DBF8FD: hue angle of 188.82º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF8FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 248 | 253 | - |
CMYK | 0.13 | 0.02 | 0 | 0.01 |
HSL | 188.82º | 0.89% | 0.93% | - |
HSV(B) | 188.82º | 0.13% | 0.99% | - |
XYZ | 80.51 | 89.29 | 105.92 | - |
YUV | 239.9 | 135.39 | 113.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 248 | 253 | 0.13 | 0.02 | 0 | 0.01 | 188.82 | 0.89 | 0.93 |
Hex | DB | F8 | FD | D | 2 | 0 | 1 | BD | 59 | 5D |
Octal | 333 | 370 | 375 | 15 | 2 | 0 | 1 | 275 | 131 | 135 |
Binary | 11011011 | 11111000 | 11111101 | 1101 | 10 | 0 | 1 | 10111101 | 1011001 | 1011101 |
Color Harmonies of #DBF8FD
Complementary color
Monochromatic Colors of #DBF8FD
Black with #DBF8FD
Text Example
Text Example
White with #DBF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8FD; }
p { color: rgb(219,248,253); }
H1.HeaderClassName
{
color: #DBF8FD;
}
.AnyTagClassName
{
color: #DBF8FD;
}
</style>
background-color css
<style>
a { background-color: #DBF8FD; }
a { background-color: rgb(219,248,253); }
div.DivClassName
{
background-color: #DBF8FD;
}
.BgClassName
{
background-color: #DBF8FD;
}
</style>
border-color css
<style>
span { border-color: #DBF8FD; }
span { border-color: rgb(219,248,253); }
td.TdClassName
{
border-color: #DBF8FD;
}
.TagClassName
{
border-color: #DBF8FD;
}
</style>