Html Css Color HEX #A8EADC Ice Cold

📋 copy color: '#A8EADC'

red 168 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #A8EADC

Tints of Ice Cold #A8EADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 27.01%
G = 37.62%
B = 35.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A8EADC (or 0xA8EADC) is known color: Ice Cold. HEX triplet: A8, EA and DC. RGB value is (168,234,220). Sum of RGB (Red+Green+Blue) = 168+234+220=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EADC is #571523. Grayscale: #D4D4D4. Windows color (decimal): -5707044 or 14477992. OLE color: 14477992.

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

Color convert

RGB 168 234 220 -
CMYK 0.28 0 0.06 0.08
HSL 167.27º 0.61% 0.79% -
HSV(B) 167.27º 0.28% 0.92% -
XYZ 58.49 72.34 78.59 -
YUV 212.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 168 234 220 0.28 0 0.06 0.08 167.27 0.61 0.79
Hex A8 EA DC 1C 0 6 8 A7 3D 4F
Octal 250 352 334 34 0 6 10 247 75 117
Binary 10101000 11101010 11011100 11100 0 110 1000 10100111 111101 1001111

Color Harmonies of #A8EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EADC

Black with #A8EADC

Text Example


Text Example

White with #A8EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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