Html Css Color HEX #AEEBD8 Ice Cold

📋 copy color: '#AEEBD8'

red 174 ◦ green 235 ◦ blue 216

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

Shades of Ice Cold #AEEBD8

Tints of Ice Cold #AEEBD8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 216 (84.77% from 255) = 34.56%

R = 27.84%
G = 37.6%
B = 34.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#AEEBD8 (or 0xAEEBD8) is known color: Ice Cold. HEX triplet: AE, EB and D8. RGB value is (174,235,216). Sum of RGB (Red+Green+Blue) = 174+235+216=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD8 is #511427. Grayscale: #D6D6D6. Windows color (decimal): -5313576 or 14216110. OLE color: 14216110.

HSL color Cylindrical-coordinate representation of color #AEEBD8: hue angle of 161.31º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 216 -
CMYK 0.26 0 0.08 0.08
HSL 161.31º 0.6% 0.8% -
HSV(B) 161.31º 0.26% 0.92% -
XYZ 59.56 73.37 75.99 -
YUV 214.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 174 235 216 0.26 0 0.08 0.08 161.31 0.6 0.8
Hex AE EB D8 1A 0 8 8 A1 3C 50
Octal 256 353 330 32 0 10 10 241 74 120
Binary 10101110 11101011 11011000 11010 0 1000 1000 10100001 111100 1010000

Color Harmonies of #AEEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD8

Black with #AEEBD8

Text Example


Text Example

White with #AEEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD8; }

 p { color: rgb(174,235,216); }

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

background-color css

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

 a { background-color: rgb(174,235,216); }

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

border-color css

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

 span { border-color: rgb(174,235,216); }

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