Html Css Color HEX #AFECDD Water Leaf

📋 copy color: '#AFECDD'

red 175 ◦ green 236 ◦ blue 221

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

Shades of Water Leaf #AFECDD

Tints of Water Leaf #AFECDD

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 value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AFECDD (or 0xAFECDD) is known color: 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

RGB 175 236 221 -
CMYK 0.26 0 0.06 0.07
HSL 165.25º 0.62% 0.81% -
HSV(B) 165.25º 0.26% 0.93% -
XYZ 60.73 74.33 79.55 -
YUV 216.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 175 236 221 0.26 0 0.06 0.07 165.25 0.62 0.81
Hex AF EC DD 1A 0 6 7 A5 3E 51
Octal 257 354 335 32 0 6 7 245 76 121
Binary 10101111 11101100 11011101 11010 0 110 111 10100101 111110 1010001

Color Harmonies of #AFECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECDD

Black with #AFECDD

Text Example


Text Example

White with #AFECDD

Text Example


Text Example

HTML Codes & Css Web 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>