Shades of Light Cyan #DFF8FD
Tints of Light Cyan #DFF8FD
RGB
CMYK
RGB Variations
Color information
#DFF8FD (or 0xDFF8FD) is known color: Light Cyan. HEX triplet: DF, F8 and FD. RGB value is (223,248,253). Sum of RGB (Red+Green+Blue) = 223+248+253=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8FD is #200702. Grayscale: #F1F1F1. Windows color (decimal): -2098947 or 16644319. OLE color: 16644319.
HSL color Cylindrical-coordinate representation of color #DFF8FD: hue angle of 190º 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 #DFF8FD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 248 | 253 | - |
CMYK | 0.12 | 0.02 | 0 | 0.01 |
HSL | 190º | 0.88% | 0.93% | - |
HSV(B) | 190º | 0.12% | 0.99% | - |
XYZ | 81.73 | 89.91 | 105.98 | - |
YUV | 241.1 | 134.72 | 115.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 248 | 253 | 0.12 | 0.02 | 0 | 0.01 | 190 | 0.88 | 0.93 |
Hex | DF | F8 | FD | C | 2 | 0 | 1 | BE | 58 | 5D |
Octal | 337 | 370 | 375 | 14 | 2 | 0 | 1 | 276 | 130 | 135 |
Binary | 11011111 | 11111000 | 11111101 | 1100 | 10 | 0 | 1 | 10111110 | 1011000 | 1011101 |
Color Harmonies of #DFF8FD
Complementary color
Monochromatic Colors of #DFF8FD
Black with #DFF8FD
Text Example
Text Example
White with #DFF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF8FD; }
p { color: rgb(223,248,253); }
H1.HeaderClassName
{
color: #DFF8FD;
}
.AnyTagClassName
{
color: #DFF8FD;
}
</style>
background-color css
<style>
a { background-color: #DFF8FD; }
a { background-color: rgb(223,248,253); }
div.DivClassName
{
background-color: #DFF8FD;
}
.BgClassName
{
background-color: #DFF8FD;
}
</style>
border-color css
<style>
span { border-color: #DFF8FD; }
span { border-color: rgb(223,248,253); }
td.TdClassName
{
border-color: #DFF8FD;
}
.TagClassName
{
border-color: #DFF8FD;
}
</style>