Shades of Light Cyan #DEF9F9
Tints of Light Cyan #DEF9F9
RGB
CMYK
RGB Variations
Color information
#DEF9F9 (or 0xDEF9F9) is known color: Light Cyan. HEX triplet: DE, F9 and F9. RGB value is (222,249,249). Sum of RGB (Red+Green+Blue) = 222+249+249=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #DEF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9F9 is #210606. Grayscale: #F0F0F0. Windows color (decimal): -2164231 or 16382430. OLE color: 16382430.
HSL color Cylindrical-coordinate representation of color #DEF9F9: hue angle of 180º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9F9 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 249 | 249 | - |
CMYK | 0.11 | 0 | 0 | 0.02 |
HSL | 180º | 0.69% | 0.92% | - |
HSV(B) | 180º | 0.11% | 0.98% | - |
XYZ | 81.1 | 90.12 | 102.74 | - |
YUV | 240.93 | 132.55 | 114.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 249 | 249 | 0.11 | 0 | 0 | 0.02 | 180 | 0.69 | 0.92 |
Hex | DE | F9 | F9 | B | 0 | 0 | 2 | B4 | 45 | 5C |
Octal | 336 | 371 | 371 | 13 | 0 | 0 | 2 | 264 | 105 | 134 |
Binary | 11011110 | 11111001 | 11111001 | 1011 | 0 | 0 | 10 | 10110100 | 1000101 | 1011100 |
Color Harmonies of #DEF9F9
Complementary color
Monochromatic Colors of #DEF9F9
Black with #DEF9F9
Text Example
Text Example
White with #DEF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF9F9; }
p { color: rgb(222,249,249); }
H1.HeaderClassName
{
color: #DEF9F9;
}
.AnyTagClassName
{
color: #DEF9F9;
}
</style>
background-color css
<style>
a { background-color: #DEF9F9; }
a { background-color: rgb(222,249,249); }
div.DivClassName
{
background-color: #DEF9F9;
}
.BgClassName
{
background-color: #DEF9F9;
}
</style>
border-color css
<style>
span { border-color: #DEF9F9; }
span { border-color: rgb(222,249,249); }
td.TdClassName
{
border-color: #DEF9F9;
}
.TagClassName
{
border-color: #DEF9F9;
}
</style>