Shades of Light Cyan #DBFEFD
Tints of Light Cyan #DBFEFD
RGB
CMYK
RGB Variations
Color information
#DBFEFD (or 0xDBFEFD) is known color: Light Cyan. HEX triplet: DB, FE and FD. RGB value is (219,254,253). Sum of RGB (Red+Green+Blue) = 219+254+253=726 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.17% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEFD is #240102. Grayscale: #F3F3F3. Windows color (decimal): -2359555 or 16645851. OLE color: 16645851.
HSL color Cylindrical-coordinate representation of color #DBFEFD: hue angle of 178.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEFD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 253 | - |
CMYK | 0.14 | 0 | 0.00 | 0.00 |
HSL | 178.29º | 0.95% | 0.93% | - |
HSV(B) | 178.29º | 0.14% | 1% | - |
XYZ | 82.38 | 93.04 | 106.54 | - |
YUV | 243.42 | 133.4 | 110.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 253 | 0.14 | 0 | 0.00 | 0.00 | 178.29 | 0.95 | 0.93 |
Hex | DB | FE | FD | E | 0 | 0 | 0 | B2 | 5F | 5D |
Octal | 333 | 376 | 375 | 16 | 0 | 0 | 0 | 262 | 137 | 135 |
Binary | 11011011 | 11111110 | 11111101 | 1110 | 0 | 0 | 0 | 10110010 | 1011111 | 1011101 |
Color Harmonies of #DBFEFD
Complementary color
Monochromatic Colors of #DBFEFD
Black with #DBFEFD
Text Example
Text Example
White with #DBFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEFD; }
p { color: rgb(219,254,253); }
H1.HeaderClassName
{
color: #DBFEFD;
}
.AnyTagClassName
{
color: #DBFEFD;
}
</style>
background-color css
<style>
a { background-color: #DBFEFD; }
a { background-color: rgb(219,254,253); }
div.DivClassName
{
background-color: #DBFEFD;
}
.BgClassName
{
background-color: #DBFEFD;
}
</style>
border-color css
<style>
span { border-color: #DBFEFD; }
span { border-color: rgb(219,254,253); }
td.TdClassName
{
border-color: #DBFEFD;
}
.TagClassName
{
border-color: #DBFEFD;
}
</style>