#AFF9E5

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

Shades of Water Leaf #AFF9E5

Tints of Water Leaf #AFF9E5

Color information

#AFF9E5 (or 0xAFF9E5) is unknown color: approx Water Leaf. HEX triplet: AF, F9 and E5. RGB value is (175,249,229). Sum of RGB (Red+Green+Blue) = 175+249+229=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9E5 is #50061A. Grayscale: #E0E0E0. Windows color (decimal): -5244443 or 15071663. OLE color: 15071663.

HSL color Cylindrical-coordinate representation of color #AFF9E5: hue angle of 163.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9E5 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB175249229-
CMYK0.3000.080.02
HSL163.78º86.05%83.14%-
HSV(B)163.78º29.72%97.65%-
XYZ65.782.5286.59-
YUV224.59130.4892.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.80%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=26.80%
G=38.13%
B=35.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492290.3000.080.02163.7886.0583.14
HexAFF9E51E082a45653
Octal257371345360102244126123
Binary1010111111111001111001011111001000101010010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9E5; }

 p { color: rgb(175,249,229); }

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

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

 a { background-color: rgb(175,249,229); }

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

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

 span { border-color: rgb(175,249,229); }

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