Html Css Color HEX #A8EDD9 Ice Cold

📋 copy color: '#A8EDD9'

red 168 ◦ green 237 ◦ blue 217

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

Shades of Ice Cold #A8EDD9

Tints of Ice Cold #A8EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.1%

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 27.01%
G = 38.1%
B = 34.89%

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

#A8EDD9 (or 0xA8EDD9) is known color: Ice Cold. HEX triplet: A8, ED and D9. RGB value is (168,237,217). Sum of RGB (Red+Green+Blue) = 168+237+217=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDD9 is #571226. Grayscale: #D6D6D6. Windows color (decimal): -5706279 or 14282152. OLE color: 14282152.

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

Color convert

RGB 168 237 217 -
CMYK 0.29 0 0.08 0.07
HSL 162.61º 0.66% 0.79% -
HSV(B) 162.61º 0.29% 0.93% -
XYZ 58.96 73.9 76.8 -
YUV 214.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 168 237 217 0.29 0 0.08 0.07 162.61 0.66 0.79
Hex A8 ED D9 1D 0 8 7 A3 42 4F
Octal 250 355 331 35 0 10 7 243 102 117
Binary 10101000 11101101 11011001 11101 0 1000 111 10100011 1000010 1001111

Color Harmonies of #A8EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDD9

Black with #A8EDD9

Text Example


Text Example

White with #A8EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDD9; }

 p { color: rgb(168,237,217); }

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

background-color css

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

 a { background-color: rgb(168,237,217); }

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

border-color css

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

 span { border-color: rgb(168,237,217); }

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