Html Css Color HEX #AEEADB Ice Cold

📋 copy color: '#AEEADB'

red 174 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #AEEADB

Tints of Ice Cold #AEEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.32%

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 27.75%
G = 37.32%
B = 34.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AEEADB (or 0xAEEADB) is known color: Ice Cold. HEX triplet: AE, EA and DB. RGB value is (174,234,219). Sum of RGB (Red+Green+Blue) = 174+234+219=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEADB is #511524. Grayscale: #D6D6D6. Windows color (decimal): -5313829 or 14412462. OLE color: 14412462.

HSL color Cylindrical-coordinate representation of color #AEEADB: hue angle of 165º degrees, saturation: 0.59, 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 #AEEADB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 219 -
CMYK 0.26 0 0.06 0.08
HSL 165º 0.59% 0.8% -
HSV(B) 165º 0.26% 0.92% -
XYZ 59.66 72.96 77.96 -
YUV 214.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 174 234 219 0.26 0 0.06 0.08 165 0.59 0.8
Hex AE EA DB 1A 0 6 8 A5 3B 50
Octal 256 352 333 32 0 6 10 245 73 120
Binary 10101110 11101010 11011011 11010 0 110 1000 10100101 111011 1010000

Color Harmonies of #AEEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEADB

Black with #AEEADB

Text Example


Text Example

White with #AEEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEADB; }

 p { color: rgb(174,234,219); }

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

background-color css

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

 a { background-color: rgb(174,234,219); }

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

border-color css

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

 span { border-color: rgb(174,234,219); }

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