Html Css Color HEX #A8EEDA Ice Cold

📋 copy color: '#A8EEDA'

red 168 ◦ green 238 ◦ blue 218

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

Shades of Ice Cold #A8EEDA

Tints of Ice Cold #A8EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.14%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 26.92%
G = 38.14%
B = 34.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A8EEDA (or 0xA8EEDA) is known color: Ice Cold. HEX triplet: A8, EE and DA. RGB value is (168,238,218). Sum of RGB (Red+Green+Blue) = 168+238+218=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEDA is #571125. Grayscale: #D6D6D6. Windows color (decimal): -5706022 or 14347944. OLE color: 14347944.

HSL color Cylindrical-coordinate representation of color #A8EEDA: hue angle of 162.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEDA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 218 -
CMYK 0.29 0 0.08 0.07
HSL 162.86º 0.67% 0.8% -
HSV(B) 162.86º 0.29% 0.93% -
XYZ 59.38 74.54 77.59 -
YUV 214.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 168 238 218 0.29 0 0.08 0.07 162.86 0.67 0.8
Hex A8 EE DA 1D 0 8 7 A3 43 50
Octal 250 356 332 35 0 10 7 243 103 120
Binary 10101000 11101110 11011010 11101 0 1000 111 10100011 1000011 1010000

Color Harmonies of #A8EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEDA

Black with #A8EEDA

Text Example


Text Example

White with #A8EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEDA; }

 p { color: rgb(168,238,218); }

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

background-color css

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

 a { background-color: rgb(168,238,218); }

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

border-color css

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

 span { border-color: rgb(168,238,218); }

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