Shades of Light Cyan #DBFBFD
Tints of Light Cyan #DBFBFD
RGB
CMYK
RGB Variations
Color information
#DBFBFD (or 0xDBFBFD) is known color: Light Cyan. HEX triplet: DB, FB and FD. RGB value is (219,251,253). Sum of RGB (Red+Green+Blue) = 219+251+253=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFD is #240402. Grayscale: #F1F1F1. Windows color (decimal): -2360323 or 16645083. OLE color: 16645083.
HSL color Cylindrical-coordinate representation of color #DBFBFD: hue angle of 183.53º 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 #DBFBFD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 251 | 253 | - |
CMYK | 0.13 | 0.01 | 0 | 0.01 |
HSL | 183.53º | 0.89% | 0.93% | - |
HSV(B) | 183.53º | 0.13% | 0.99% | - |
XYZ | 81.44 | 91.15 | 106.23 | - |
YUV | 241.66 | 134.4 | 111.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 253 | 0.13 | 0.01 | 0 | 0.01 | 183.53 | 0.89 | 0.93 |
Hex | DB | FB | FD | D | 1 | 0 | 1 | B8 | 59 | 5D |
Octal | 333 | 373 | 375 | 15 | 1 | 0 | 1 | 270 | 131 | 135 |
Binary | 11011011 | 11111011 | 11111101 | 1101 | 1 | 0 | 1 | 10111000 | 1011001 | 1011101 |
Color Harmonies of #DBFBFD
Complementary color
Monochromatic Colors of #DBFBFD
Black with #DBFBFD
Text Example
Text Example
White with #DBFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBFD; }
p { color: rgb(219,251,253); }
H1.HeaderClassName
{
color: #DBFBFD;
}
.AnyTagClassName
{
color: #DBFBFD;
}
</style>
background-color css
<style>
a { background-color: #DBFBFD; }
a { background-color: rgb(219,251,253); }
div.DivClassName
{
background-color: #DBFBFD;
}
.BgClassName
{
background-color: #DBFBFD;
}
</style>
border-color css
<style>
span { border-color: #DBFBFD; }
span { border-color: rgb(219,251,253); }
td.TdClassName
{
border-color: #DBFBFD;
}
.TagClassName
{
border-color: #DBFBFD;
}
</style>