#DEFFF9

Color #DEFFF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DEFFF9

Tints of Light Cyan #DEFFF9

Color information

#DEFFF9 (or 0xDEFFF9) is unknown color: approx Light Cyan. HEX triplet: DE, FF and F9. RGB value is (222,255,249). Sum of RGB (Red+Green+Blue) = 222+255+249=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFF9 is #210006. Grayscale: #F4F4F4. Windows color (decimal): -2162695 or 16383966. OLE color: 16383966.

HSL color Cylindrical-coordinate representation of color #DEFFF9: hue angle of 169.09º 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 #DEFFF9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB222255249-
CMYK0.1300.020
HSL169.09º100%93.53%-
HSV(B)169.09º12.94%100%-
XYZ82.9893.89103.37-
YUV244.45130.57111.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 30.58%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 249 (97.66% from 255) = 34.30%
R=30.58%
G=35.12%
B=34.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552490.1300.020169.0910093.53
HexDEFFF9D020a9645e
Octal33637737115020251144136
Binary110111101111111111111001110101001010100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFF9; }

 p { color: rgb(222,255,249); }

 H1.HeaderClassName
 {
   color: #DEFFF9;
 }
 .AnyTagClassName
 {
   color: #DEFFF9;
 }
</style>
background-color css

<style>
 a { background-color: #DEFFF9; }

 a { background-color: rgb(222,255,249); }

 div.DivClassName
 {
   background-color: #DEFFF9;
 }
 .BgClassName
 {
   background-color: #DEFFF9;
 }
</style>
border-color css

<style>
 span { border-color: #DEFFF9; }

 span { border-color: rgb(222,255,249); }

 td.TdClassName
 {
   border-color: #DEFFF9;
 }
 .TagClassName
 {
   border-color: #DEFFF9;
 }
</style>