Html Css Color HEX #AEDFD3 Ice Cold

📋 copy color: '#AEDFD3'

red 174 ◦ green 223 ◦ blue 211

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

Shades of Ice Cold #AEDFD3

Tints of Ice Cold #AEDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 28.62%
G = 36.68%
B = 34.7%

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

#AEDFD3 (or 0xAEDFD3) is known color: Ice Cold. HEX triplet: AE, DF and D3. RGB value is (174,223,211). Sum of RGB (Red+Green+Blue) = 174+223+211=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD3 is #51202C. Grayscale: #CECECE. Windows color (decimal): -5316653 or 13885358. OLE color: 13885358.

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

Color convert

RGB 174 223 211 -
CMYK 0.22 0 0.05 0.13
HSL 165.31º 0.43% 0.78% -
HSV(B) 165.31º 0.22% 0.87% -
XYZ 55.6 66.48 71.53 -
YUV 206.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 174 223 211 0.22 0 0.05 0.13 165.31 0.43 0.78
Hex AE DF D3 16 0 5 D A5 2B 4E
Octal 256 337 323 26 0 5 15 245 53 116
Binary 10101110 11011111 11010011 10110 0 101 1101 10100101 101011 1001110

Color Harmonies of #AEDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFD3

Black with #AEDFD3

Text Example


Text Example

White with #AEDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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