Html Css Color HEX #A8EAE0 Ice Cold

📋 copy color: '#A8EAE0'

red 168 ◦ green 234 ◦ blue 224

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

Shades of Ice Cold #A8EAE0

Tints of Ice Cold #A8EAE0

RGB

 RED value IS 168 (66.02% from 255) = 26.84%

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

 BLUE value IS 224 (87.89% from 255) = 35.78%

R = 26.84%
G = 37.38%
B = 35.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A8EAE0 (or 0xA8EAE0) is known color: Ice Cold. HEX triplet: A8, EA and E0. RGB value is (168,234,224). Sum of RGB (Red+Green+Blue) = 168+234+224=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAE0 is #57151F. Grayscale: #D5D5D5. Windows color (decimal): -5707040 or 14740136. OLE color: 14740136.

HSL color Cylindrical-coordinate representation of color #A8EAE0: hue angle of 170.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAE0 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 224 -
CMYK 0.28 0 0.04 0.08
HSL 170.91º 0.61% 0.79% -
HSV(B) 170.91º 0.28% 0.92% -
XYZ 59.03 72.55 81.41 -
YUV 213.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 168 234 224 0.28 0 0.04 0.08 170.91 0.61 0.79
Hex A8 EA E0 1C 0 4 8 AB 3D 4F
Octal 250 352 340 34 0 4 10 253 75 117
Binary 10101000 11101010 11100000 11100 0 100 1000 10101011 111101 1001111

Color Harmonies of #A8EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE0

Black with #A8EAE0

Text Example


Text Example

White with #A8EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE0; }

 p { color: rgb(168,234,224); }

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

background-color css

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

 a { background-color: rgb(168,234,224); }

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

border-color css

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

 span { border-color: rgb(168,234,224); }

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