Shades of Light Cyan #DEFBFE
Tints of Light Cyan #DEFBFE
RGB
CMYK
RGB Variations
Color information
#DEFBFE (or 0xDEFBFE) is known color: Light Cyan. HEX triplet: DE, FB and FE. RGB value is (222,251,254). Sum of RGB (Red+Green+Blue) = 222+251+254=727 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.54% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFE is #210401. Grayscale: #F2F2F2. Windows color (decimal): -2163714 or 16710622. OLE color: 16710622.
HSL color Cylindrical-coordinate representation of color #DEFBFE: hue angle of 185.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFBFE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 251 | 254 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.00 |
| HSL | 185.63º | 0.94% | 0.93% | - |
| HSV(B) | 185.63º | 0.13% | 1% | - |
| XYZ | 82.51 | 91.68 | 107.11 | - |
| YUV | 242.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 254 | 0.13 | 0.01 | 0 | 0.00 | 185.63 | 0.94 | 0.93 |
| Hex | DE | FB | FE | D | 1 | 0 | 0 | BA | 5E | 5D |
| Octal | 336 | 373 | 376 | 15 | 1 | 0 | 0 | 272 | 136 | 135 |
| Binary | 11011110 | 11111011 | 11111110 | 1101 | 1 | 0 | 0 | 10111010 | 1011110 | 1011101 |
Color Harmonies of #DEFBFE
Complementary color
Monochromatic Colors of #DEFBFE
Black with #DEFBFE
Text Example
Text Example
White with #DEFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBFE; }
p { color: rgb(222,251,254); }
H1.HeaderClassName
{
color: #DEFBFE;
}
.AnyTagClassName
{
color: #DEFBFE;
}
</style>
background-color css
<style>
a { background-color: #DEFBFE; }
a { background-color: rgb(222,251,254); }
div.DivClassName
{
background-color: #DEFBFE;
}
.BgClassName
{
background-color: #DEFBFE;
}
</style>
border-color css
<style>
span { border-color: #DEFBFE; }
span { border-color: rgb(222,251,254); }
td.TdClassName
{
border-color: #DEFBFE;
}
.TagClassName
{
border-color: #DEFBFE;
}
</style>