Shades of Light Cyan #DBF6FD
Tints of Light Cyan #DBF6FD
RGB
CMYK
RGB Variations
Color information
#DBF6FD (or 0xDBF6FD) is known color: Light Cyan. HEX triplet: DB, F6 and FD. RGB value is (219,246,253). Sum of RGB (Red+Green+Blue) = 219+246+253=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FD is #240902. Grayscale: #EEEEEE. Windows color (decimal): -2361603 or 16643803. OLE color: 16643803.
HSL color Cylindrical-coordinate representation of color #DBF6FD: hue angle of 192.35º 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 #DBF6FD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 246 | 253 | - |
CMYK | 0.13 | 0.03 | 0 | 0.01 |
HSL | 192.35º | 0.89% | 0.93% | - |
HSV(B) | 192.35º | 0.13% | 0.99% | - |
XYZ | 79.9 | 88.06 | 105.72 | - |
YUV | 238.73 | 136.05 | 113.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 253 | 0.13 | 0.03 | 0 | 0.01 | 192.35 | 0.89 | 0.93 |
Hex | DB | F6 | FD | D | 3 | 0 | 1 | C0 | 59 | 5D |
Octal | 333 | 366 | 375 | 15 | 3 | 0 | 1 | 300 | 131 | 135 |
Binary | 11011011 | 11110110 | 11111101 | 1101 | 11 | 0 | 1 | 11000000 | 1011001 | 1011101 |
Color Harmonies of #DBF6FD
Complementary color
Monochromatic Colors of #DBF6FD
Black with #DBF6FD
Text Example
Text Example
White with #DBF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6FD; }
p { color: rgb(219,246,253); }
H1.HeaderClassName
{
color: #DBF6FD;
}
.AnyTagClassName
{
color: #DBF6FD;
}
</style>
background-color css
<style>
a { background-color: #DBF6FD; }
a { background-color: rgb(219,246,253); }
div.DivClassName
{
background-color: #DBF6FD;
}
.BgClassName
{
background-color: #DBF6FD;
}
</style>
border-color css
<style>
span { border-color: #DBF6FD; }
span { border-color: rgb(219,246,253); }
td.TdClassName
{
border-color: #DBF6FD;
}
.TagClassName
{
border-color: #DBF6FD;
}
</style>