Html Css Color HEX #A8E1D9 Ice Cold

📋 copy color: '#A8E1D9'

red 168 ◦ green 225 ◦ blue 217

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

Shades of Ice Cold #A8E1D9

Tints of Ice Cold #A8E1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.89%

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

R = 27.54%
G = 36.89%
B = 35.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#A8E1D9 (or 0xA8E1D9) is known color: Ice Cold. HEX triplet: A8, E1 and D9. RGB value is (168,225,217). Sum of RGB (Red+Green+Blue) = 168+225+217=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1D9 is #571E26. Grayscale: #CFCFCF. Windows color (decimal): -5709351 or 14279080. OLE color: 14279080.

HSL color Cylindrical-coordinate representation of color #A8E1D9: hue angle of 171.58º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1D9 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 217 -
CMYK 0.25 0 0.04 0.12
HSL 171.58º 0.49% 0.77% -
HSV(B) 171.58º 0.25% 0.88% -
XYZ 55.6 67.19 75.68 -
YUV 207.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 168 225 217 0.25 0 0.04 0.12 171.58 0.49 0.77
Hex A8 E1 D9 19 0 4 C AC 31 4D
Octal 250 341 331 31 0 4 14 254 61 115
Binary 10101000 11100001 11011001 11001 0 100 1100 10101100 110001 1001101

Color Harmonies of #A8E1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1D9

Black with #A8E1D9

Text Example


Text Example

White with #A8E1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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