Shades of Light Cyan #DEFFFB
Tints of Light Cyan #DEFFFB
RGB
CMYK
RGB Variations
Color information
#DEFFFB (or 0xDEFFFB) is known color: Light Cyan. HEX triplet: DE, FF and FB. RGB value is (222,255,251). Sum of RGB (Red+Green+Blue) = 222+255+251=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFB is #210004. Grayscale: #F4F4F4. Windows color (decimal): -2162693 or 16515038. OLE color: 16515038.
HSL color Cylindrical-coordinate representation of color #DEFFFB: hue angle of 172.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFFB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 251 | - |
| CMYK | 0.13 | 0 | 0.02 | 0 |
| HSL | 172.73º | 1% | 0.94% | - |
| HSV(B) | 172.73º | 0.13% | 1% | - |
| XYZ | 83.3 | 94.01 | 105.02 | - |
| YUV | 244.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 251 | 0.13 | 0 | 0.02 | 0 | 172.73 | 1 | 0.94 |
| Hex | DE | FF | FB | D | 0 | 2 | 0 | AD | 64 | 5E |
| Octal | 336 | 377 | 373 | 15 | 0 | 2 | 0 | 255 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11111011 | 1101 | 0 | 10 | 0 | 10101101 | 1100100 | 1011110 |
Color Harmonies of #DEFFFB
Complementary color
Monochromatic Colors of #DEFFFB
Black with #DEFFFB
Text Example
Text Example
White with #DEFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFFB; }
p { color: rgb(222,255,251); }
H1.HeaderClassName
{
color: #DEFFFB;
}
.AnyTagClassName
{
color: #DEFFFB;
}
</style>
background-color css
<style>
a { background-color: #DEFFFB; }
a { background-color: rgb(222,255,251); }
div.DivClassName
{
background-color: #DEFFFB;
}
.BgClassName
{
background-color: #DEFFFB;
}
</style>
border-color css
<style>
span { border-color: #DEFFFB; }
span { border-color: rgb(222,255,251); }
td.TdClassName
{
border-color: #DEFFFB;
}
.TagClassName
{
border-color: #DEFFFB;
}
</style>