Html Css Color HEX #AEE3DE Ice Cold

📋 copy color: '#AEE3DE'

red 174 ◦ green 227 ◦ blue 222

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

Shades of Ice Cold #AEE3DE

Tints of Ice Cold #AEE3DE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 27.93%
G = 36.44%
B = 35.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#AEE3DE (or 0xAEE3DE) is known color: Ice Cold. HEX triplet: AE, E3 and DE. RGB value is (174,227,222). Sum of RGB (Red+Green+Blue) = 174+227+222=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3DE is #511C21. Grayscale: #D2D2D2. Windows color (decimal): -5315618 or 14607278. OLE color: 14607278.

HSL color Cylindrical-coordinate representation of color #AEE3DE: hue angle of 174.34º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3DE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 227 222 -
CMYK 0.23 0 0.02 0.11
HSL 174.34º 0.49% 0.79% -
HSV(B) 174.34º 0.23% 0.89% -
XYZ 58.11 69.21 79.4 -
YUV 210.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 174 227 222 0.23 0 0.02 0.11 174.34 0.49 0.79
Hex AE E3 DE 17 0 2 B AE 31 4F
Octal 256 343 336 27 0 2 13 256 61 117
Binary 10101110 11100011 11011110 10111 0 10 1011 10101110 110001 1001111

Color Harmonies of #AEE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE3DE

Black with #AEE3DE

Text Example


Text Example

White with #AEE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE3DE; }

 p { color: rgb(174,227,222); }

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

background-color css

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

 a { background-color: rgb(174,227,222); }

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

border-color css

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

 span { border-color: rgb(174,227,222); }

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