Html Css Color HEX #A8E8DC Ice Cold

📋 copy color: '#A8E8DC'

red 168 ◦ green 232 ◦ blue 220

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

Shades of Ice Cold #A8E8DC

Tints of Ice Cold #A8E8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.42%

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

R = 27.1%
G = 37.42%
B = 35.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#A8E8DC (or 0xA8E8DC) is known color: Ice Cold. HEX triplet: A8, E8 and DC. RGB value is (168,232,220). Sum of RGB (Red+Green+Blue) = 168+232+220=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E8DC is #571723. Grayscale: #D3D3D3. Windows color (decimal): -5707556 or 14477480. OLE color: 14477480.

HSL color Cylindrical-coordinate representation of color #A8E8DC: hue angle of 168.75º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E8DC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 232 220 -
CMYK 0.28 0 0.05 0.09
HSL 168.75º 0.58% 0.78% -
HSV(B) 168.75º 0.28% 0.91% -
XYZ 57.92 71.21 78.4 -
YUV 211.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 168 232 220 0.28 0 0.05 0.09 168.75 0.58 0.78
Hex A8 E8 DC 1C 0 5 9 A9 3A 4E
Octal 250 350 334 34 0 5 11 251 72 116
Binary 10101000 11101000 11011100 11100 0 101 1001 10101001 111010 1001110

Color Harmonies of #A8E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E8DC

Black with #A8E8DC

Text Example


Text Example

White with #A8E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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