Html Css Color HEX #A8EAD7 Ice Cold

📋 copy color: '#A8EAD7'

red 168 ◦ green 234 ◦ blue 215

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

Shades of Ice Cold #A8EAD7

Tints of Ice Cold #A8EAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.85%

R = 27.23%
G = 37.93%
B = 34.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#A8EAD7 (or 0xA8EAD7) is known color: Ice Cold. HEX triplet: A8, EA and D7. RGB value is (168,234,215). Sum of RGB (Red+Green+Blue) = 168+234+215=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAD7 is #571528. Grayscale: #D4D4D4. Windows color (decimal): -5707049 or 14150312. OLE color: 14150312.

HSL color Cylindrical-coordinate representation of color #A8EAD7: hue angle of 162.73º 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 #A8EAD7 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 215 -
CMYK 0.28 0 0.08 0.08
HSL 162.73º 0.61% 0.79% -
HSV(B) 162.73º 0.28% 0.92% -
XYZ 57.84 72.08 75.15 -
YUV 212.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 168 234 215 0.28 0 0.08 0.08 162.73 0.61 0.79
Hex A8 EA D7 1C 0 8 8 A3 3D 4F
Octal 250 352 327 34 0 10 10 243 75 117
Binary 10101000 11101010 11010111 11100 0 1000 1000 10100011 111101 1001111

Color Harmonies of #A8EAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAD7

Black with #A8EAD7

Text Example


Text Example

White with #A8EAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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