#AFECDD

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

Shades of Water Leaf #AFECDD

Tints of Water Leaf #AFECDD

Color information

#AFECDD (or 0xAFECDD) is unknown color: approx Water Leaf. HEX triplet: AF, EC and DD. RGB value is (175,236,221). Sum of RGB (Red+Green+Blue) = 175+236+221=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDD is #501322. Grayscale: #D8D8D8. Windows color (decimal): -5247779 or 14544047. OLE color: 14544047.

HSL color Cylindrical-coordinate representation of color #AFECDD: hue angle of 165.25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECDD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB175236221-
CMYK0.2600.060.07
HSL165.25º61.62%80.59%-
HSV(B)165.25º25.85%92.55%-
XYZ60.7374.3379.55-
YUV216.05130.7998.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=27.69%
G=37.34%
B=34.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362210.2600.060.07165.2561.6280.59
HexAFECDD1A067a53e51
Octal2573543353206724576121
Binary101011111110110011011101110100110111101001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECDD; }

 p { color: rgb(175,236,221); }

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

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

 a { background-color: rgb(175,236,221); }

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

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

 span { border-color: rgb(175,236,221); }

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