#AFEDDB

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

Shades of Water Leaf #AFEDDB

Tints of Water Leaf #AFEDDB

Color information

#AFEDDB (or 0xAFEDDB) is unknown color: approx Water Leaf. HEX triplet: AF, ED and DB. RGB value is (175,237,219). Sum of RGB (Red+Green+Blue) = 175+237+219=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDB is #501224. Grayscale: #D8D8D8. Windows color (decimal): -5247525 or 14413231. OLE color: 14413231.

HSL color Cylindrical-coordinate representation of color #AFEDDB: hue angle of 162.58º degrees, saturation: 0.63, 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 #AFEDDB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB175237219-
CMYK0.2600.080.07
HSL162.58º63.27%80.78%-
HSV(B)162.58º26.16%92.94%-
XYZ60.7574.878.25-
YUV216.41129.4698.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=27.73%
G=37.56%
B=34.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372190.2600.080.07162.5863.2780.78
HexAFEDDB1A087a33f51
Octal25735533332010724377121
Binary1010111111101101110110111101001000111101000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDDB; }

 p { color: rgb(175,237,219); }

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

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

 a { background-color: rgb(175,237,219); }

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

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

 span { border-color: rgb(175,237,219); }

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