#AEE3D4

Color #AEE3D4 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AEE3D4

Tints of Ice Cold #AEE3D4

Color information

#AEE3D4 (or 0xAEE3D4) is unknown color: approx Ice Cold. HEX triplet: AE, E3 and D4. RGB value is (174,227,212). Sum of RGB (Red+Green+Blue) = 174+227+212=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3D4 is #511C2B. Grayscale: #D1D1D1. Windows color (decimal): -5315628 or 13951918. OLE color: 13951918.

HSL color Cylindrical-coordinate representation of color #AEE3D4: hue angle of 163.02º 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 #AEE3D4 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB174227212-
CMYK0.2300.070.11
HSL163.02º48.62%78.63%-
HSV(B)163.02º23.35%89.02%-
XYZ56.8168.6972.55-
YUV209.44129.44102.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=28.38%
G=37.03%
B=34.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272120.2300.070.11163.0248.6278.63
HexAEE3D41707Ba3314f
Octal25634332427071324361117
Binary1010111011100011110101001011101111011101000111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3D4; }

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

 H1.HeaderClassName
 {
   color: #AEE3D4;
 }
 .AnyTagClassName
 {
   color: #AEE3D4;
 }
</style>
background-color css

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

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

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

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

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

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