Html Css Color HEX #A8EBD7 Ice Cold

📋 copy color: '#A8EBD7'

red 168 ◦ green 235 ◦ blue 215

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

Shades of Ice Cold #A8EBD7

Tints of Ice Cold #A8EBD7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.03%

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

R = 27.18%
G = 38.03%
B = 34.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A8EBD7 (or 0xA8EBD7) is known color: Ice Cold. HEX triplet: A8, EB and D7. RGB value is (168,235,215). Sum of RGB (Red+Green+Blue) = 168+235+215=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBD7 is #571428. Grayscale: #D4D4D4. Windows color (decimal): -5706793 or 14150568. OLE color: 14150568.

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

Color convert

RGB 168 235 215 -
CMYK 0.29 0 0.09 0.08
HSL 162.09º 0.63% 0.79% -
HSV(B) 162.09º 0.29% 0.92% -
XYZ 58.12 72.65 75.25 -
YUV 212.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 168 235 215 0.29 0 0.09 0.08 162.09 0.63 0.79
Hex A8 EB D7 1D 0 9 8 A2 3F 4F
Octal 250 353 327 35 0 11 10 242 77 117
Binary 10101000 11101011 11010111 11101 0 1001 1000 10100010 111111 1001111

Color Harmonies of #A8EBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBD7

Black with #A8EBD7

Text Example


Text Example

White with #A8EBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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