#C9EFAA

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

Shades of Reef #C9EFAA

Tints of Reef #C9EFAA

Color information

#C9EFAA (or 0xC9EFAA) is unknown color: approx Reef. HEX triplet: C9, EF and AA. RGB value is (201,239,170). Sum of RGB (Red+Green+Blue) = 201+239+170=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EFAA is #361055. Grayscale: #DCDCDC. Windows color (decimal): -3543126 or 11202505. OLE color: 11202505.

HSL color Cylindrical-coordinate representation of color #C9EFAA: hue angle of 93.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9EFAA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB201239170-
CMYK0.1600.290.06
HSL93.04º68.32%80.2%-
HSV(B)93.04º28.87%93.73%-
XYZ62.2177.0549.62-
YUV219.7799.91114.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=32.95%
G=39.18%
B=27.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012391700.1600.290.0693.0468.3280.2
HexC9EFAA1001D65d4450
Octal311357252200356135104120
Binary11001001111011111010101010000011101110101110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFAA; }

 p { color: rgb(201,239,170); }

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

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

 a { background-color: rgb(201,239,170); }

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

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

 span { border-color: rgb(201,239,170); }

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