Html Css Color HEX #A8E3DC Ice Cold

📋 copy color: '#A8E3DC'

red 168 ◦ green 227 ◦ blue 220

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

Shades of Ice Cold #A8E3DC

Tints of Ice Cold #A8E3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.91%

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 27.32%
G = 36.91%
B = 35.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A8E3DC (or 0xA8E3DC) is known color: Ice Cold. HEX triplet: A8, E3 and DC. RGB value is (168,227,220). Sum of RGB (Red+Green+Blue) = 168+227+220=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3DC is #571C23. Grayscale: #D0D0D0. Windows color (decimal): -5708836 or 14476200. OLE color: 14476200.

HSL color Cylindrical-coordinate representation of color #A8E3DC: hue angle of 172.88º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3DC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 227 220 -
CMYK 0.26 0 0.03 0.11
HSL 172.88º 0.51% 0.77% -
HSV(B) 172.88º 0.26% 0.89% -
XYZ 56.54 68.43 77.94 -
YUV 208.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 168 227 220 0.26 0 0.03 0.11 172.88 0.51 0.77
Hex A8 E3 DC 1A 0 3 B AD 33 4D
Octal 250 343 334 32 0 3 13 255 63 115
Binary 10101000 11100011 11011100 11010 0 11 1011 10101101 110011 1001101

Color Harmonies of #A8E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E3DC

Black with #A8E3DC

Text Example


Text Example

White with #A8E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E3DC; }

 p { color: rgb(168,227,220); }

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

background-color css

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

 a { background-color: rgb(168,227,220); }

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

border-color css

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

 span { border-color: rgb(168,227,220); }

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