Html Css Color HEX #A8ECD7 Ice Cold

📋 copy color: '#A8ECD7'

red 168 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #A8ECD7

Tints of Ice Cold #A8ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.13%

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

R = 27.14%
G = 38.13%
B = 34.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A8ECD7 (or 0xA8ECD7) is known color: Ice Cold. HEX triplet: A8, EC and D7. RGB value is (168,236,215). Sum of RGB (Red+Green+Blue) = 168+236+215=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECD7 is #571328. Grayscale: #D5D5D5. Windows color (decimal): -5706537 or 14150824. OLE color: 14150824.

HSL color Cylindrical-coordinate representation of color #A8ECD7: hue angle of 161.47º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECD7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 215 -
CMYK 0.29 0 0.09 0.07
HSL 161.47º 0.64% 0.79% -
HSV(B) 161.47º 0.29% 0.93% -
XYZ 58.41 73.22 75.34 -
YUV 213.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 168 236 215 0.29 0 0.09 0.07 161.47 0.64 0.79
Hex A8 EC D7 1D 0 9 7 A1 40 4F
Octal 250 354 327 35 0 11 7 241 100 117
Binary 10101000 11101100 11010111 11101 0 1001 111 10100001 1000000 1001111

Color Harmonies of #A8ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECD7

Black with #A8ECD7

Text Example


Text Example

White with #A8ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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