Html Css Color HEX #AFF9EA Water Leaf

📋 copy color: '#AFF9EA'

red 175 ◦ green 249 ◦ blue 234

#AFF9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AFF9EA

Tints of Water Leaf #AFF9EA

RGB

 RED value IS 175 (68.75% from 255) = 26.6%

 GREEN value IS 249 (97.66% from 255) = 37.84%

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 26.6%
G = 37.84%
B = 35.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AFF9EA (or 0xAFF9EA) is known color: Water Leaf. HEX triplet: AF, F9 and EA. RGB value is (175,249,234). Sum of RGB (Red+Green+Blue) = 175+249+234=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9EA is #500615. Grayscale: #E1E1E1. Windows color (decimal): -5244438 or 15399343. OLE color: 15399343.

HSL color Cylindrical-coordinate representation of color #AFF9EA: hue angle of 167.84º 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 #AFF9EA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 234 -
CMYK 0.30 0 0.06 0.02
HSL 167.84º 0.86% 0.83% -
HSV(B) 167.84º 0.3% 0.98% -
XYZ 66.41 82.81 90.33 -
YUV 225.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 175 249 234 0.30 0 0.06 0.02 167.84 0.86 0.83
Hex AF F9 EA 1E 0 6 2 A8 56 53
Octal 257 371 352 36 0 6 2 250 126 123
Binary 10101111 11111001 11101010 11110 0 110 10 10101000 1010110 1010011

Color Harmonies of #AFF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9EA

Black with #AFF9EA

Text Example


Text Example

White with #AFF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9EA; }

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

 H1.HeaderClassName
 {
   color: #AFF9EA;
 }
 .AnyTagClassName
 {
   color: #AFF9EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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