Html Css Color HEX #AFFDE6 Water Leaf

📋 copy color: '#AFFDE6'

red 175 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #AFFDE6

Tints of Water Leaf #AFFDE6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.45%

 BLUE value IS 230 (90.23% from 255) = 34.95%

R = 26.6%
G = 38.45%
B = 34.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#AFFDE6 (or 0xAFFDE6) is known color: Water Leaf. HEX triplet: AF, FD and E6. RGB value is (175,253,230). Sum of RGB (Red+Green+Blue) = 175+253+230=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDE6 is #500219. Grayscale: #E3E3E3. Windows color (decimal): -5243418 or 15138223. OLE color: 15138223.

HSL color Cylindrical-coordinate representation of color #AFFDE6: hue angle of 162.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDE6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 230 -
CMYK 0.31 0 0.09 0.01
HSL 162.31º 0.95% 0.84% -
HSV(B) 162.31º 0.31% 0.99% -
XYZ 67.09 85.08 87.75 -
YUV 227.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 175 253 230 0.31 0 0.09 0.01 162.31 0.95 0.84
Hex AF FD E6 1F 0 9 1 A2 5F 54
Octal 257 375 346 37 0 11 1 242 137 124
Binary 10101111 11111101 11100110 11111 0 1001 1 10100010 1011111 1010100

Color Harmonies of #AFFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDE6

Black with #AFFDE6

Text Example


Text Example

White with #AFFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDE6; }

 p { color: rgb(175,253,230); }

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

background-color css

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

 a { background-color: rgb(175,253,230); }

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

border-color css

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

 span { border-color: rgb(175,253,230); }

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