Shades of Light Cyan #DBFEFF
Tints of Light Cyan #DBFEFF
RGB
CMYK
RGB Variations
Color information
#DBFEFF (or 0xDBFEFF) is known color: Light Cyan. HEX triplet: DB, FE and FF. RGB value is (219,254,255). Sum of RGB (Red+Green+Blue) = 219+254+255=728 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.08% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEFF is #240100. Grayscale: #F3F3F3. Windows color (decimal): -2359553 or 16776923. OLE color: 16776923.
HSL color Cylindrical-coordinate representation of color #DBFEFF: hue angle of 181.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 #DBFEFF is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 254 | 255 | - |
CMYK | 0.14 | 0.00 | 0 | 0 |
HSL | 181.67º | 1% | 0.93% | - |
HSV(B) | 181.67º | 0.14% | 1% | - |
XYZ | 82.71 | 93.16 | 108.23 | - |
YUV | 243.65 | 134.4 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 255 | 0.14 | 0.00 | 0 | 0 | 181.67 | 1 | 0.93 |
Hex | DB | FE | FF | E | 0 | 0 | 0 | B6 | 64 | 5D |
Octal | 333 | 376 | 377 | 16 | 0 | 0 | 0 | 266 | 144 | 135 |
Binary | 11011011 | 11111110 | 11111111 | 1110 | 0 | 0 | 0 | 10110110 | 1100100 | 1011101 |
Color Harmonies of #DBFEFF
Complementary color
Monochromatic Colors of #DBFEFF
Black with #DBFEFF
Text Example
Text Example
White with #DBFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEFF; }
p { color: rgb(219,254,255); }
H1.HeaderClassName
{
color: #DBFEFF;
}
.AnyTagClassName
{
color: #DBFEFF;
}
</style>
background-color css
<style>
a { background-color: #DBFEFF; }
a { background-color: rgb(219,254,255); }
div.DivClassName
{
background-color: #DBFEFF;
}
.BgClassName
{
background-color: #DBFEFF;
}
</style>
border-color css
<style>
span { border-color: #DBFEFF; }
span { border-color: rgb(219,254,255); }
td.TdClassName
{
border-color: #DBFEFF;
}
.TagClassName
{
border-color: #DBFEFF;
}
</style>