Shades of Light Cyan #DBFBFF
Tints of Light Cyan #DBFBFF
RGB
CMYK
RGB Variations
Color information
#DBFBFF (or 0xDBFBFF) is known color: Light Cyan. HEX triplet: DB, FB and FF. RGB value is (219,251,255). Sum of RGB (Red+Green+Blue) = 219+251+255=725 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.21% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFF is #240400. Grayscale: #F1F1F1. Windows color (decimal): -2360321 or 16776155. OLE color: 16776155.
HSL color Cylindrical-coordinate representation of color #DBFBFF: hue angle of 186.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 #DBFBFF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 251 | 255 | - |
| CMYK | 0.14 | 0.02 | 0 | 0 |
| HSL | 186.67º | 1% | 0.93% | - |
| HSV(B) | 186.67º | 0.14% | 1% | - |
| XYZ | 81.76 | 91.27 | 107.92 | - |
| YUV | 241.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 255 | 0.14 | 0.02 | 0 | 0 | 186.67 | 1 | 0.93 |
| Hex | DB | FB | FF | E | 2 | 0 | 0 | BB | 64 | 5D |
| Octal | 333 | 373 | 377 | 16 | 2 | 0 | 0 | 273 | 144 | 135 |
| Binary | 11011011 | 11111011 | 11111111 | 1110 | 10 | 0 | 0 | 10111011 | 1100100 | 1011101 |
Color Harmonies of #DBFBFF
Complementary color
Monochromatic Colors of #DBFBFF
Black with #DBFBFF
Text Example
Text Example
White with #DBFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBFF; }
p { color: rgb(219,251,255); }
H1.HeaderClassName
{
color: #DBFBFF;
}
.AnyTagClassName
{
color: #DBFBFF;
}
</style>
background-color css
<style>
a { background-color: #DBFBFF; }
a { background-color: rgb(219,251,255); }
div.DivClassName
{
background-color: #DBFBFF;
}
.BgClassName
{
background-color: #DBFBFF;
}
</style>
border-color css
<style>
span { border-color: #DBFBFF; }
span { border-color: rgb(219,251,255); }
td.TdClassName
{
border-color: #DBFBFF;
}
.TagClassName
{
border-color: #DBFBFF;
}
</style>