Shades of Light Cyan #DBFCFC
Tints of Light Cyan #DBFCFC
RGB
CMYK
RGB Variations
Color information
#DBFCFC (or 0xDBFCFC) is known color: Light Cyan. HEX triplet: DB, FC and FC. RGB value is (219,252,252). Sum of RGB (Red+Green+Blue) = 219+252+252=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #DBFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCFC is #240303. Grayscale: #F2F2F2. Windows color (decimal): -2360068 or 16579803. OLE color: 16579803.
HSL color Cylindrical-coordinate representation of color #DBFCFC: hue angle of 180º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCFC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 252 | - |
CMYK | 0.13 | 0 | 0 | 0.01 |
HSL | 180º | 0.85% | 0.92% | - |
HSV(B) | 180º | 0.13% | 0.99% | - |
XYZ | 81.59 | 91.71 | 105.5 | - |
YUV | 242.13 | 133.57 | 111.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 252 | 0.13 | 0 | 0 | 0.01 | 180 | 0.85 | 0.92 |
Hex | DB | FC | FC | D | 0 | 0 | 1 | B4 | 55 | 5C |
Octal | 333 | 374 | 374 | 15 | 0 | 0 | 1 | 264 | 125 | 134 |
Binary | 11011011 | 11111100 | 11111100 | 1101 | 0 | 0 | 1 | 10110100 | 1010101 | 1011100 |
Color Harmonies of #DBFCFC
Complementary color
Monochromatic Colors of #DBFCFC
Black with #DBFCFC
Text Example
Text Example
White with #DBFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCFC; }
p { color: rgb(219,252,252); }
H1.HeaderClassName
{
color: #DBFCFC;
}
.AnyTagClassName
{
color: #DBFCFC;
}
</style>
background-color css
<style>
a { background-color: #DBFCFC; }
a { background-color: rgb(219,252,252); }
div.DivClassName
{
background-color: #DBFCFC;
}
.BgClassName
{
background-color: #DBFCFC;
}
</style>
border-color css
<style>
span { border-color: #DBFCFC; }
span { border-color: rgb(219,252,252); }
td.TdClassName
{
border-color: #DBFCFC;
}
.TagClassName
{
border-color: #DBFCFC;
}
</style>