Html Css Color HEX #AEE6DE Ice Cold

📋 copy color: '#AEE6DE'

red 174 ◦ green 230 ◦ blue 222

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

Shades of Ice Cold #AEE6DE

Tints of Ice Cold #AEE6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.74%

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

R = 27.8%
G = 36.74%
B = 35.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#AEE6DE (or 0xAEE6DE) is known color: Ice Cold. HEX triplet: AE, E6 and DE. RGB value is (174,230,222). Sum of RGB (Red+Green+Blue) = 174+230+222=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6DE is #511921. Grayscale: #D4D4D4. Windows color (decimal): -5314850 or 14608046. OLE color: 14608046.

HSL color Cylindrical-coordinate representation of color #AEE6DE: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6DE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 222 -
CMYK 0.24 0 0.03 0.10
HSL 171.43º 0.53% 0.79% -
HSV(B) 171.43º 0.24% 0.9% -
XYZ 58.94 70.87 79.68 -
YUV 212.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 174 230 222 0.24 0 0.03 0.10 171.43 0.53 0.79
Hex AE E6 DE 18 0 3 A AB 35 4F
Octal 256 346 336 30 0 3 12 253 65 117
Binary 10101110 11100110 11011110 11000 0 11 1010 10101011 110101 1001111

Color Harmonies of #AEE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE6DE

Black with #AEE6DE

Text Example


Text Example

White with #AEE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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