Shades of Light Cyan #DEFBFF
Tints of Light Cyan #DEFBFF
RGB
CMYK
RGB Variations
Color information
#DEFBFF (or 0xDEFBFF) is known color: Light Cyan. HEX triplet: DE, FB and FF. RGB value is (222,251,255). Sum of RGB (Red+Green+Blue) = 222+251+255=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFF is #210400. Grayscale: #F2F2F2. Windows color (decimal): -2163713 or 16776158. OLE color: 16776158.
HSL color Cylindrical-coordinate representation of color #DEFBFF: hue angle of 187.27º 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 #DEFBFF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 251 | 255 | - |
| CMYK | 0.13 | 0.02 | 0 | 0 |
| HSL | 187.27º | 1% | 0.94% | - |
| HSV(B) | 187.27º | 0.13% | 1% | - |
| XYZ | 82.67 | 91.74 | 107.96 | - |
| YUV | 242.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 255 | 0.13 | 0.02 | 0 | 0 | 187.27 | 1 | 0.94 |
| Hex | DE | FB | FF | D | 2 | 0 | 0 | BB | 64 | 5E |
| Octal | 336 | 373 | 377 | 15 | 2 | 0 | 0 | 273 | 144 | 136 |
| Binary | 11011110 | 11111011 | 11111111 | 1101 | 10 | 0 | 0 | 10111011 | 1100100 | 1011110 |
Color Harmonies of #DEFBFF
Complementary color
Monochromatic Colors of #DEFBFF
Black with #DEFBFF
Text Example
Text Example
White with #DEFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBFF; }
p { color: rgb(222,251,255); }
H1.HeaderClassName
{
color: #DEFBFF;
}
.AnyTagClassName
{
color: #DEFBFF;
}
</style>
background-color css
<style>
a { background-color: #DEFBFF; }
a { background-color: rgb(222,251,255); }
div.DivClassName
{
background-color: #DEFBFF;
}
.BgClassName
{
background-color: #DEFBFF;
}
</style>
border-color css
<style>
span { border-color: #DEFBFF; }
span { border-color: rgb(222,251,255); }
td.TdClassName
{
border-color: #DEFBFF;
}
.TagClassName
{
border-color: #DEFBFF;
}
</style>