Html Css Color HEX #AEECD7 Ice Cold

📋 copy color: '#AEECD7'

red 174 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #AEECD7

Tints of Ice Cold #AEECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.76%

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 27.84%
G = 37.76%
B = 34.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#AEECD7 (or 0xAEECD7) is known color: Ice Cold. HEX triplet: AE, EC and D7. RGB value is (174,236,215). Sum of RGB (Red+Green+Blue) = 174+236+215=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD7 is #511328. Grayscale: #D7D7D7. Windows color (decimal): -5313321 or 14150830. OLE color: 14150830.

HSL color Cylindrical-coordinate representation of color #AEECD7: hue angle of 159.68º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECD7 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 215 -
CMYK 0.26 0 0.09 0.07
HSL 159.68º 0.62% 0.8% -
HSV(B) 159.68º 0.26% 0.93% -
XYZ 59.72 73.9 75.41 -
YUV 215.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 174 236 215 0.26 0 0.09 0.07 159.68 0.62 0.8
Hex AE EC D7 1A 0 9 7 A0 3E 50
Octal 256 354 327 32 0 11 7 240 76 120
Binary 10101110 11101100 11010111 11010 0 1001 111 10100000 111110 1010000

Color Harmonies of #AEECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECD7

Black with #AEECD7

Text Example


Text Example

White with #AEECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECD7; }

 p { color: rgb(174,236,215); }

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

background-color css

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

 a { background-color: rgb(174,236,215); }

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

border-color css

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

 span { border-color: rgb(174,236,215); }

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