#DEFAF9

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

Shades of Light Cyan #DEFAF9

Tints of Light Cyan #DEFAF9

Color information

#DEFAF9 (or 0xDEFAF9) is unknown color: approx Light Cyan. HEX triplet: DE, FA and F9. RGB value is (222,250,249). Sum of RGB (Red+Green+Blue) = 222+250+249=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF9 is #210506. Grayscale: #F1F1F1. Windows color (decimal): -2163975 or 16382686. OLE color: 16382686.

HSL color Cylindrical-coordinate representation of color #DEFAF9: hue angle of 177.86º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAF9 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB222250249-
CMYK0.1100.000.02
HSL177.86º73.68%92.55%-
HSV(B)177.86º11.2%98.04%-
XYZ81.4190.74102.85-
YUV241.51132.22114.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.79%
G=34.67%
B=34.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502490.1100.000.02177.8673.6892.55
HexDEFAF9B002b24a5d
Octal33637237113002262112135
Binary110111101111101011111001101100101011001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAF9; }

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

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

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

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

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

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

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

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