Html Css Color HEX #A8EAD5 Ice Cold

📋 copy color: '#A8EAD5'

red 168 ◦ green 234 ◦ blue 213

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

Shades of Ice Cold #A8EAD5

Tints of Ice Cold #A8EAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.63%

R = 27.32%
G = 38.05%
B = 34.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A8EAD5 (or 0xA8EAD5) is known color: Ice Cold. HEX triplet: A8, EA and D5. RGB value is (168,234,213). Sum of RGB (Red+Green+Blue) = 168+234+213=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAD5 is #57152A. Grayscale: #D3D3D3. Windows color (decimal): -5707051 or 14019240. OLE color: 14019240.

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

Color convert

RGB 168 234 213 -
CMYK 0.28 0 0.09 0.08
HSL 160.91º 0.61% 0.79% -
HSV(B) 160.91º 0.28% 0.92% -
XYZ 57.58 71.97 73.81 -
YUV 211.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 168 234 213 0.28 0 0.09 0.08 160.91 0.61 0.79
Hex A8 EA D5 1C 0 9 8 A1 3D 4F
Octal 250 352 325 34 0 11 10 241 75 117
Binary 10101000 11101010 11010101 11100 0 1001 1000 10100001 111101 1001111

Color Harmonies of #A8EAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAD5

Black with #A8EAD5

Text Example


Text Example

White with #A8EAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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