Shades of Light Cyan #DBFDFF
Tints of Light Cyan #DBFDFF
RGB
CMYK
RGB Variations
Color information
#DBFDFF (or 0xDBFDFF) is known color: Light Cyan. HEX triplet: DB, FD and FF. RGB value is (219,253,255). Sum of RGB (Red+Green+Blue) = 219+253+255=727 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.12% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFF is #240200. Grayscale: #F3F3F3. Windows color (decimal): -2359809 or 16776667. OLE color: 16776667.
HSL color Cylindrical-coordinate representation of color #DBFDFF: hue angle of 183.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFDFF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 253 | 255 | - |
CMYK | 0.14 | 0.01 | 0 | 0 |
HSL | 183.33º | 1% | 0.93% | - |
HSV(B) | 183.33º | 0.14% | 1% | - |
XYZ | 82.39 | 92.53 | 108.13 | - |
YUV | 243.06 | 134.74 | 110.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 255 | 0.14 | 0.01 | 0 | 0 | 183.33 | 1 | 0.93 |
Hex | DB | FD | FF | E | 1 | 0 | 0 | B7 | 64 | 5D |
Octal | 333 | 375 | 377 | 16 | 1 | 0 | 0 | 267 | 144 | 135 |
Binary | 11011011 | 11111101 | 11111111 | 1110 | 1 | 0 | 0 | 10110111 | 1100100 | 1011101 |
Color Harmonies of #DBFDFF
Complementary color
Monochromatic Colors of #DBFDFF
Black with #DBFDFF
Text Example
Text Example
White with #DBFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDFF; }
p { color: rgb(219,253,255); }
H1.HeaderClassName
{
color: #DBFDFF;
}
.AnyTagClassName
{
color: #DBFDFF;
}
</style>
background-color css
<style>
a { background-color: #DBFDFF; }
a { background-color: rgb(219,253,255); }
div.DivClassName
{
background-color: #DBFDFF;
}
.BgClassName
{
background-color: #DBFDFF;
}
</style>
border-color css
<style>
span { border-color: #DBFDFF; }
span { border-color: rgb(219,253,255); }
td.TdClassName
{
border-color: #DBFDFF;
}
.TagClassName
{
border-color: #DBFDFF;
}
</style>