Html Css Color HEX #A8ECDC Ice Cold

📋 copy color: '#A8ECDC'

red 168 ◦ green 236 ◦ blue 220

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

Shades of Ice Cold #A8ECDC

Tints of Ice Cold #A8ECDC

RGB

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

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

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

R = 26.92%
G = 37.82%
B = 35.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A8ECDC (or 0xA8ECDC) is known color: Ice Cold. HEX triplet: A8, EC and DC. RGB value is (168,236,220). Sum of RGB (Red+Green+Blue) = 168+236+220=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECDC is #571323. Grayscale: #D5D5D5. Windows color (decimal): -5706532 or 14478504. OLE color: 14478504.

HSL color Cylindrical-coordinate representation of color #A8ECDC: hue angle of 165.88º 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 #A8ECDC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 220 -
CMYK 0.29 0 0.07 0.07
HSL 165.88º 0.64% 0.79% -
HSV(B) 165.88º 0.29% 0.93% -
XYZ 59.06 73.48 78.78 -
YUV 213.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 168 236 220 0.29 0 0.07 0.07 165.88 0.64 0.79
Hex A8 EC DC 1D 0 7 7 A6 40 4F
Octal 250 354 334 35 0 7 7 246 100 117
Binary 10101000 11101100 11011100 11101 0 111 111 10100110 1000000 1001111

Color Harmonies of #A8ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECDC

Black with #A8ECDC

Text Example


Text Example

White with #A8ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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