Html Css Color HEX #AEDFD4 Ice Cold

📋 copy color: '#AEDFD4'

red 174 ◦ green 223 ◦ blue 212

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

Shades of Ice Cold #AEDFD4

Tints of Ice Cold #AEDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 28.57%
G = 36.62%
B = 34.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AEDFD4 (or 0xAEDFD4) is known color: Ice Cold. HEX triplet: AE, DF and D4. RGB value is (174,223,212). Sum of RGB (Red+Green+Blue) = 174+223+212=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD4 is #51202B. Grayscale: #CFCFCF. Windows color (decimal): -5316652 or 13950894. OLE color: 13950894.

HSL color Cylindrical-coordinate representation of color #AEDFD4: hue angle of 166.53º 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 #AEDFD4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 212 -
CMYK 0.22 0 0.05 0.13
HSL 166.53º 0.43% 0.78% -
HSV(B) 166.53º 0.22% 0.87% -
XYZ 55.73 66.53 72.19 -
YUV 207.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 174 223 212 0.22 0 0.05 0.13 166.53 0.43 0.78
Hex AE DF D4 16 0 5 D A7 2B 4E
Octal 256 337 324 26 0 5 15 247 53 116
Binary 10101110 11011111 11010100 10110 0 101 1101 10100111 101011 1001110

Color Harmonies of #AEDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFD4

Black with #AEDFD4

Text Example


Text Example

White with #AEDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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