Html Css Color HEX #AEEBDF Water Leaf

📋 copy color: '#AEEBDF'

red 174 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #AEEBDF

Tints of Water Leaf #AEEBDF

RGB

 RED value IS 174 (68.36% from 255) = 27.53%

 GREEN value IS 235 (92.19% from 255) = 37.18%

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 27.53%
G = 37.18%
B = 35.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#AEEBDF (or 0xAEEBDF) is known color: Water Leaf. HEX triplet: AE, EB and DF. RGB value is (174,235,223). Sum of RGB (Red+Green+Blue) = 174+235+223=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDF is #511420. Grayscale: #D7D7D7. Windows color (decimal): -5313569 or 14674862. OLE color: 14674862.

HSL color Cylindrical-coordinate representation of color #AEEBDF: hue angle of 168.2º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBDF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 223 -
CMYK 0.26 0 0.05 0.08
HSL 168.2º 0.6% 0.8% -
HSV(B) 168.2º 0.26% 0.92% -
XYZ 60.48 73.74 80.86 -
YUV 215.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 174 235 223 0.26 0 0.05 0.08 168.2 0.6 0.8
Hex AE EB DF 1A 0 5 8 A8 3C 50
Octal 256 353 337 32 0 5 10 250 74 120
Binary 10101110 11101011 11011111 11010 0 101 1000 10101000 111100 1010000

Color Harmonies of #AEEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBDF

Black with #AEEBDF

Text Example


Text Example

White with #AEEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBDF; }

 p { color: rgb(174,235,223); }

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

background-color css

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

 a { background-color: rgb(174,235,223); }

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

border-color css

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

 span { border-color: rgb(174,235,223); }

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