Html Css Color HEX #AAE4CF Ice Cold

📋 copy color: '#AAE4CF'

red 170 ◦ green 228 ◦ blue 207

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

Shades of Ice Cold #AAE4CF

Tints of Ice Cold #AAE4CF

RGB

 RED value IS 170 (66.8% from 255) = 28.1%

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 28.1%
G = 37.69%
B = 34.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#AAE4CF (or 0xAAE4CF) is known color: Ice Cold. HEX triplet: AA, E4 and CF. RGB value is (170,228,207). Sum of RGB (Red+Green+Blue) = 170+228+207=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CF is #551B30. Grayscale: #D0D0D0. Windows color (decimal): -5577521 or 13624490. OLE color: 13624490.

HSL color Cylindrical-coordinate representation of color #AAE4CF: hue angle of 158.28º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4CF is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 207 -
CMYK 0.25 0 0.09 0.11
HSL 158.28º 0.52% 0.78% -
HSV(B) 158.28º 0.25% 0.89% -
XYZ 55.58 68.54 69.33 -
YUV 208.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 170 228 207 0.25 0 0.09 0.11 158.28 0.52 0.78
Hex AA E4 CF 19 0 9 B 9E 34 4E
Octal 252 344 317 31 0 11 13 236 64 116
Binary 10101010 11100100 11001111 11001 0 1001 1011 10011110 110100 1001110

Color Harmonies of #AAE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4CF

Black with #AAE4CF

Text Example


Text Example

White with #AAE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4CF; }

 p { color: rgb(170,228,207); }

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

background-color css

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

 a { background-color: rgb(170,228,207); }

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

border-color css

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

 span { border-color: rgb(170,228,207); }

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