Shades of Light Cyan #DFFAFD
Tints of Light Cyan #DFFAFD
RGB
CMYK
RGB Variations
Color information
#DFFAFD (or 0xDFFAFD) is known color: Light Cyan. HEX triplet: DF, FA and FD. RGB value is (223,250,253). Sum of RGB (Red+Green+Blue) = 223+250+253=726 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.72% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFD is #200502. Grayscale: #F2F2F2. Windows color (decimal): -2098435 or 16644831. OLE color: 16644831.
HSL color Cylindrical-coordinate representation of color #DFFAFD: hue angle of 186º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFAFD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 250 | 253 | - |
CMYK | 0.12 | 0.01 | 0 | 0.01 |
HSL | 186º | 0.88% | 0.93% | - |
HSV(B) | 186º | 0.12% | 0.99% | - |
XYZ | 82.35 | 91.15 | 106.18 | - |
YUV | 242.27 | 134.05 | 114.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 250 | 253 | 0.12 | 0.01 | 0 | 0.01 | 186 | 0.88 | 0.93 |
Hex | DF | FA | FD | C | 1 | 0 | 1 | BA | 58 | 5D |
Octal | 337 | 372 | 375 | 14 | 1 | 0 | 1 | 272 | 130 | 135 |
Binary | 11011111 | 11111010 | 11111101 | 1100 | 1 | 0 | 1 | 10111010 | 1011000 | 1011101 |
Color Harmonies of #DFFAFD
Complementary color
Monochromatic Colors of #DFFAFD
Black with #DFFAFD
Text Example
Text Example
White with #DFFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAFD; }
p { color: rgb(223,250,253); }
H1.HeaderClassName
{
color: #DFFAFD;
}
.AnyTagClassName
{
color: #DFFAFD;
}
</style>
background-color css
<style>
a { background-color: #DFFAFD; }
a { background-color: rgb(223,250,253); }
div.DivClassName
{
background-color: #DFFAFD;
}
.BgClassName
{
background-color: #DFFAFD;
}
</style>
border-color css
<style>
span { border-color: #DFFAFD; }
span { border-color: rgb(223,250,253); }
td.TdClassName
{
border-color: #DFFAFD;
}
.TagClassName
{
border-color: #DFFAFD;
}
</style>