Shades of Light Cyan #DFF5FA
Tints of Light Cyan #DFF5FA
RGB
CMYK
RGB Variations
Color information
#DFF5FA (or 0xDFF5FA) is known color: Light Cyan. HEX triplet: DF, F5 and FA. RGB value is (223,245,250). Sum of RGB (Red+Green+Blue) = 223+245+250=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5FA is #200A05. Grayscale: #EEEEEE. Windows color (decimal): -2099718 or 16446943. OLE color: 16446943.
HSL color Cylindrical-coordinate representation of color #DFF5FA: hue angle of 191.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF5FA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 245 | 250 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.02 |
| HSL | 191.11º | 0.73% | 0.93% | - |
| HSV(B) | 191.11º | 0.11% | 0.98% | - |
| XYZ | 80.34 | 87.89 | 103.17 | - |
| YUV | 238.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 250 | 0.11 | 0.02 | 0 | 0.02 | 191.11 | 0.73 | 0.93 |
| Hex | DF | F5 | FA | B | 2 | 0 | 2 | BF | 49 | 5D |
| Octal | 337 | 365 | 372 | 13 | 2 | 0 | 2 | 277 | 111 | 135 |
| Binary | 11011111 | 11110101 | 11111010 | 1011 | 10 | 0 | 10 | 10111111 | 1001001 | 1011101 |
Color Harmonies of #DFF5FA
Complementary color
Monochromatic Colors of #DFF5FA
Black with #DFF5FA
Text Example
Text Example
White with #DFF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5FA; }
p { color: rgb(223,245,250); }
H1.HeaderClassName
{
color: #DFF5FA;
}
.AnyTagClassName
{
color: #DFF5FA;
}
</style>
background-color css
<style>
a { background-color: #DFF5FA; }
a { background-color: rgb(223,245,250); }
div.DivClassName
{
background-color: #DFF5FA;
}
.BgClassName
{
background-color: #DFF5FA;
}
</style>
border-color css
<style>
span { border-color: #DFF5FA; }
span { border-color: rgb(223,245,250); }
td.TdClassName
{
border-color: #DFF5FA;
}
.TagClassName
{
border-color: #DFF5FA;
}
</style>