Html Css Color HEX #AEDFD5 Ice Cold

📋 copy color: '#AEDFD5'

red 174 ◦ green 223 ◦ blue 213

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

Shades of Ice Cold #AEDFD5

Tints of Ice Cold #AEDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 28.52%
G = 36.56%
B = 34.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#AEDFD5 (or 0xAEDFD5) is known color: Ice Cold. HEX triplet: AE, DF and D5. RGB value is (174,223,213). Sum of RGB (Red+Green+Blue) = 174+223+213=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD5 is #51202A. Grayscale: #CFCFCF. Windows color (decimal): -5316651 or 14016430. OLE color: 14016430.

HSL color Cylindrical-coordinate representation of color #AEDFD5: hue angle of 167.76º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 213 -
CMYK 0.22 0 0.04 0.13
HSL 167.76º 0.43% 0.78% -
HSV(B) 167.76º 0.22% 0.87% -
XYZ 55.85 66.58 72.86 -
YUV 207.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 174 223 213 0.22 0 0.04 0.13 167.76 0.43 0.78
Hex AE DF D5 16 0 4 D A8 2B 4E
Octal 256 337 325 26 0 4 15 250 53 116
Binary 10101110 11011111 11010101 10110 0 100 1101 10101000 101011 1001110

Color Harmonies of #AEDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFD5

Black with #AEDFD5

Text Example


Text Example

White with #AEDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFD5; }

 p { color: rgb(174,223,213); }

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

background-color css

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

 a { background-color: rgb(174,223,213); }

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

border-color css

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

 span { border-color: rgb(174,223,213); }

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