Shades of Light Cyan #DFF4FB
Tints of Light Cyan #DFF4FB
RGB
CMYK
RGB Variations
Color information
#DFF4FB (or 0xDFF4FB) is known color: Light Cyan. HEX triplet: DF, F4 and FB. RGB value is (223,244,251). Sum of RGB (Red+Green+Blue) = 223+244+251=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FB is #200B04. Grayscale: #EEEEEE. Windows color (decimal): -2099973 or 16512223. OLE color: 16512223.
HSL color Cylindrical-coordinate representation of color #DFF4FB: hue angle of 195º 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 #DFF4FB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 244 | 251 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.02 |
| HSL | 195º | 0.78% | 0.93% | - |
| HSV(B) | 195º | 0.11% | 0.98% | - |
| XYZ | 80.19 | 87.35 | 103.9 | - |
| YUV | 238.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 251 | 0.11 | 0.03 | 0 | 0.02 | 195 | 0.78 | 0.93 |
| Hex | DF | F4 | FB | B | 3 | 0 | 2 | C3 | 4E | 5D |
| Octal | 337 | 364 | 373 | 13 | 3 | 0 | 2 | 303 | 116 | 135 |
| Binary | 11011111 | 11110100 | 11111011 | 1011 | 11 | 0 | 10 | 11000011 | 1001110 | 1011101 |
Color Harmonies of #DFF4FB
Complementary color
Monochromatic Colors of #DFF4FB
Black with #DFF4FB
Text Example
Text Example
White with #DFF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4FB; }
p { color: rgb(223,244,251); }
H1.HeaderClassName
{
color: #DFF4FB;
}
.AnyTagClassName
{
color: #DFF4FB;
}
</style>
background-color css
<style>
a { background-color: #DFF4FB; }
a { background-color: rgb(223,244,251); }
div.DivClassName
{
background-color: #DFF4FB;
}
.BgClassName
{
background-color: #DFF4FB;
}
</style>
border-color css
<style>
span { border-color: #DFF4FB; }
span { border-color: rgb(223,244,251); }
td.TdClassName
{
border-color: #DFF4FB;
}
.TagClassName
{
border-color: #DFF4FB;
}
</style>