Html Css Color HEX #A8E1CC Ice Cold

📋 copy color: '#A8E1CC'

red 168 ◦ green 225 ◦ blue 204

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

Shades of Ice Cold #A8E1CC

Tints of Ice Cold #A8E1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 28.14%
G = 37.69%
B = 34.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#A8E1CC (or 0xA8E1CC) is known color: Ice Cold. HEX triplet: A8, E1 and CC. RGB value is (168,225,204). Sum of RGB (Red+Green+Blue) = 168+225+204=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1CC is #571E33. Grayscale: #CDCDCD. Windows color (decimal): -5709364 or 13427112. OLE color: 13427112.

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

Color convert

RGB 168 225 204 -
CMYK 0.25 0 0.09 0.12
HSL 157.89º 0.49% 0.77% -
HSV(B) 157.89º 0.25% 0.88% -
XYZ 53.97 66.53 67.12 -
YUV 205.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 168 225 204 0.25 0 0.09 0.12 157.89 0.49 0.77
Hex A8 E1 CC 19 0 9 C 9E 31 4D
Octal 250 341 314 31 0 11 14 236 61 115
Binary 10101000 11100001 11001100 11001 0 1001 1100 10011110 110001 1001101

Color Harmonies of #A8E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1CC

Black with #A8E1CC

Text Example


Text Example

White with #A8E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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