Shades of Light Cyan #DBFDFD
Tints of Light Cyan #DBFDFD
RGB
CMYK
RGB Variations
Color information
#DBFDFD (or 0xDBFDFD) is known color: Light Cyan. HEX triplet: DB, FD and FD. RGB value is (219,253,253). Sum of RGB (Red+Green+Blue) = 219+253+253=725 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.21% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #DBFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFD is #240202. Grayscale: #F2F2F2. Windows color (decimal): -2359811 or 16645595. OLE color: 16645595.
HSL color Cylindrical-coordinate representation of color #DBFDFD: hue angle of 180º 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 #DBFDFD is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 253 | - |
CMYK | 0.13 | 0 | 0 | 0.01 |
HSL | 180º | 0.89% | 0.93% | - |
HSV(B) | 180º | 0.13% | 0.99% | - |
XYZ | 82.07 | 92.4 | 106.44 | - |
YUV | 242.83 | 133.74 | 111 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 253 | 0.13 | 0 | 0 | 0.01 | 180 | 0.89 | 0.93 |
Hex | DB | FD | FD | D | 0 | 0 | 1 | B4 | 59 | 5D |
Octal | 333 | 375 | 375 | 15 | 0 | 0 | 1 | 264 | 131 | 135 |
Binary | 11011011 | 11111101 | 11111101 | 1101 | 0 | 0 | 1 | 10110100 | 1011001 | 1011101 |
Color Harmonies of #DBFDFD
Complementary color
Monochromatic Colors of #DBFDFD
Black with #DBFDFD
Text Example
Text Example
White with #DBFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDFD; }
p { color: rgb(219,253,253); }
H1.HeaderClassName
{
color: #DBFDFD;
}
.AnyTagClassName
{
color: #DBFDFD;
}
</style>
background-color css
<style>
a { background-color: #DBFDFD; }
a { background-color: rgb(219,253,253); }
div.DivClassName
{
background-color: #DBFDFD;
}
.BgClassName
{
background-color: #DBFDFD;
}
</style>
border-color css
<style>
span { border-color: #DBFDFD; }
span { border-color: rgb(219,253,253); }
td.TdClassName
{
border-color: #DBFDFD;
}
.TagClassName
{
border-color: #DBFDFD;
}
</style>