Shades of Light Cyan #DEFBFD
Tints of Light Cyan #DEFBFD
RGB
CMYK
RGB Variations
Color information
#DEFBFD (or 0xDEFBFD) is known color: Light Cyan. HEX triplet: DE, FB and FD. RGB value is (222,251,253). Sum of RGB (Red+Green+Blue) = 222+251+253=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFD is #210402. Grayscale: #F2F2F2. Windows color (decimal): -2163715 or 16645086. OLE color: 16645086.
HSL color Cylindrical-coordinate representation of color #DEFBFD: hue angle of 183.87º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBFD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 251 | 253 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.01 |
| HSL | 183.87º | 0.89% | 0.93% | - |
| HSV(B) | 183.87º | 0.12% | 0.99% | - |
| XYZ | 82.35 | 91.62 | 106.27 | - |
| YUV | 242.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 253 | 0.12 | 0.01 | 0 | 0.01 | 183.87 | 0.89 | 0.93 |
| Hex | DE | FB | FD | C | 1 | 0 | 1 | B8 | 59 | 5D |
| Octal | 336 | 373 | 375 | 14 | 1 | 0 | 1 | 270 | 131 | 135 |
| Binary | 11011110 | 11111011 | 11111101 | 1100 | 1 | 0 | 1 | 10111000 | 1011001 | 1011101 |
Color Harmonies of #DEFBFD
Complementary color
Monochromatic Colors of #DEFBFD
Black with #DEFBFD
Text Example
Text Example
White with #DEFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBFD; }
p { color: rgb(222,251,253); }
H1.HeaderClassName
{
color: #DEFBFD;
}
.AnyTagClassName
{
color: #DEFBFD;
}
</style>
background-color css
<style>
a { background-color: #DEFBFD; }
a { background-color: rgb(222,251,253); }
div.DivClassName
{
background-color: #DEFBFD;
}
.BgClassName
{
background-color: #DEFBFD;
}
</style>
border-color css
<style>
span { border-color: #DEFBFD; }
span { border-color: rgb(222,251,253); }
td.TdClassName
{
border-color: #DEFBFD;
}
.TagClassName
{
border-color: #DEFBFD;
}
</style>