Shades of Light Cyan #DFF9FB
Tints of Light Cyan #DFF9FB
RGB
CMYK
RGB Variations
Color information
#DFF9FB (or 0xDFF9FB) is known color: Light Cyan. HEX triplet: DF, F9 and FB. RGB value is (223,249,251). Sum of RGB (Red+Green+Blue) = 223+249+251=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9FB is #200604. Grayscale: #F1F1F1. Windows color (decimal): -2098693 or 16513503. OLE color: 16513503.
HSL color Cylindrical-coordinate representation of color #DFF9FB: hue angle of 184.29º degrees, saturation: 0.78, 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 #DFF9FB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 251 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.02 |
| HSL | 184.29º | 0.78% | 0.93% | - |
| HSV(B) | 184.29º | 0.11% | 0.98% | - |
| XYZ | 81.72 | 90.4 | 104.41 | - |
| YUV | 241.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 251 | 0.11 | 0.01 | 0 | 0.02 | 184.29 | 0.78 | 0.93 |
| Hex | DF | F9 | FB | B | 1 | 0 | 2 | B8 | 4E | 5D |
| Octal | 337 | 371 | 373 | 13 | 1 | 0 | 2 | 270 | 116 | 135 |
| Binary | 11011111 | 11111001 | 11111011 | 1011 | 1 | 0 | 10 | 10111000 | 1001110 | 1011101 |
Color Harmonies of #DFF9FB
Complementary color
Monochromatic Colors of #DFF9FB
Black with #DFF9FB
Text Example
Text Example
White with #DFF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9FB; }
p { color: rgb(223,249,251); }
H1.HeaderClassName
{
color: #DFF9FB;
}
.AnyTagClassName
{
color: #DFF9FB;
}
</style>
background-color css
<style>
a { background-color: #DFF9FB; }
a { background-color: rgb(223,249,251); }
div.DivClassName
{
background-color: #DFF9FB;
}
.BgClassName
{
background-color: #DFF9FB;
}
</style>
border-color css
<style>
span { border-color: #DFF9FB; }
span { border-color: rgb(223,249,251); }
td.TdClassName
{
border-color: #DFF9FB;
}
.TagClassName
{
border-color: #DFF9FB;
}
</style>