Html Css Color HEX #A8E1D7 Ice Cold

📋 copy color: '#A8E1D7'

red 168 ◦ green 225 ◦ blue 215

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

Shades of Ice Cold #A8E1D7

Tints of Ice Cold #A8E1D7

RGB

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

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

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

R = 27.63%
G = 37.01%
B = 35.36%

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

#A8E1D7 (or 0xA8E1D7) is known color: Ice Cold. HEX triplet: A8, E1 and D7. RGB value is (168,225,215). Sum of RGB (Red+Green+Blue) = 168+225+215=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1D7 is #571E28. Grayscale: #CECECE. Windows color (decimal): -5709353 or 14148008. OLE color: 14148008.

HSL color Cylindrical-coordinate representation of color #A8E1D7: hue angle of 169.47º 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 #A8E1D7 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 215 -
CMYK 0.25 0 0.04 0.12
HSL 169.47º 0.49% 0.77% -
HSV(B) 169.47º 0.25% 0.88% -
XYZ 55.34 67.08 74.32 -
YUV 206.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 168 225 215 0.25 0 0.04 0.12 169.47 0.49 0.77
Hex A8 E1 D7 19 0 4 C A9 31 4D
Octal 250 341 327 31 0 4 14 251 61 115
Binary 10101000 11100001 11010111 11001 0 100 1100 10101001 110001 1001101

Color Harmonies of #A8E1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1D7

Black with #A8E1D7

Text Example


Text Example

White with #A8E1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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