Shades of Light Cyan #DBFCFD
Tints of Light Cyan #DBFCFD
RGB
CMYK
RGB Variations
Color information
#DBFCFD (or 0xDBFCFD) is known color: Light Cyan. HEX triplet: DB, FC and FD. RGB value is (219,252,253). Sum of RGB (Red+Green+Blue) = 219+252+253=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCFD is #240302. Grayscale: #F2F2F2. Windows color (decimal): -2360067 or 16645339. OLE color: 16645339.
HSL color Cylindrical-coordinate representation of color #DBFCFD: hue angle of 181.76º 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 #DBFCFD is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 253 | - |
CMYK | 0.13 | 0.00 | 0 | 0.01 |
HSL | 181.76º | 0.89% | 0.93% | - |
HSV(B) | 181.76º | 0.13% | 0.99% | - |
XYZ | 81.75 | 91.77 | 106.33 | - |
YUV | 242.25 | 134.07 | 111.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 253 | 0.13 | 0.00 | 0 | 0.01 | 181.76 | 0.89 | 0.93 |
Hex | DB | FC | FD | D | 0 | 0 | 1 | B6 | 59 | 5D |
Octal | 333 | 374 | 375 | 15 | 0 | 0 | 1 | 266 | 131 | 135 |
Binary | 11011011 | 11111100 | 11111101 | 1101 | 0 | 0 | 1 | 10110110 | 1011001 | 1011101 |
Color Harmonies of #DBFCFD
Complementary color
Monochromatic Colors of #DBFCFD
Black with #DBFCFD
Text Example
Text Example
White with #DBFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCFD; }
p { color: rgb(219,252,253); }
H1.HeaderClassName
{
color: #DBFCFD;
}
.AnyTagClassName
{
color: #DBFCFD;
}
</style>
background-color css
<style>
a { background-color: #DBFCFD; }
a { background-color: rgb(219,252,253); }
div.DivClassName
{
background-color: #DBFCFD;
}
.BgClassName
{
background-color: #DBFCFD;
}
</style>
border-color css
<style>
span { border-color: #DBFCFD; }
span { border-color: rgb(219,252,253); }
td.TdClassName
{
border-color: #DBFCFD;
}
.TagClassName
{
border-color: #DBFCFD;
}
</style>