Shades of Light Cyan #DFFCFF
Tints of Light Cyan #DFFCFF
RGB
CMYK
RGB Variations
Color information
#DFFCFF (or 0xDFFCFF) is known color: Light Cyan. HEX triplet: DF, FC and FF. RGB value is (223,252,255). Sum of RGB (Red+Green+Blue) = 223+252+255=730 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.55% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCFF is #200300. Grayscale: #F3F3F3. Windows color (decimal): -2097921 or 16776415. OLE color: 16776415.
HSL color Cylindrical-coordinate representation of color #DFFCFF: hue angle of 185.62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFCFF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 252 | 255 | - |
CMYK | 0.13 | 0.01 | 0 | 0 |
HSL | 185.63º | 1% | 0.94% | - |
HSV(B) | 185.63º | 0.13% | 1% | - |
XYZ | 83.29 | 92.53 | 108.08 | - |
YUV | 243.67 | 134.39 | 113.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 255 | 0.13 | 0.01 | 0 | 0 | 185.63 | 1 | 0.94 |
Hex | DF | FC | FF | D | 1 | 0 | 0 | BA | 64 | 5E |
Octal | 337 | 374 | 377 | 15 | 1 | 0 | 0 | 272 | 144 | 136 |
Binary | 11011111 | 11111100 | 11111111 | 1101 | 1 | 0 | 0 | 10111010 | 1100100 | 1011110 |
Color Harmonies of #DFFCFF
Complementary color
Monochromatic Colors of #DFFCFF
Black with #DFFCFF
Text Example
Text Example
White with #DFFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCFF; }
p { color: rgb(223,252,255); }
H1.HeaderClassName
{
color: #DFFCFF;
}
.AnyTagClassName
{
color: #DFFCFF;
}
</style>
background-color css
<style>
a { background-color: #DFFCFF; }
a { background-color: rgb(223,252,255); }
div.DivClassName
{
background-color: #DFFCFF;
}
.BgClassName
{
background-color: #DFFCFF;
}
</style>
border-color css
<style>
span { border-color: #DFFCFF; }
span { border-color: rgb(223,252,255); }
td.TdClassName
{
border-color: #DFFCFF;
}
.TagClassName
{
border-color: #DFFCFF;
}
</style>