Html Css Color HEX #A6ECE0 Ice Cold

📋 copy color: '#A6ECE0'

red 166 ◦ green 236 ◦ blue 224

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

Shades of Ice Cold #A6ECE0

Tints of Ice Cold #A6ECE0

RGB

 RED value IS 166 (65.23% from 255) = 26.52%

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

 BLUE value IS 224 (87.89% from 255) = 35.78%

R = 26.52%
G = 37.7%
B = 35.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A6ECE0 (or 0xA6ECE0) is known color: Ice Cold. HEX triplet: A6, EC and E0. RGB value is (166,236,224). Sum of RGB (Red+Green+Blue) = 166+236+224=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECE0 is #59131F. Grayscale: #D5D5D5. Windows color (decimal): -5837600 or 14740646. OLE color: 14740646.

HSL color Cylindrical-coordinate representation of color #A6ECE0: hue angle of 169.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECE0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 224 -
CMYK 0.30 0 0.05 0.07
HSL 169.71º 0.65% 0.79% -
HSV(B) 169.71º 0.3% 0.93% -
XYZ 59.18 73.48 81.59 -
YUV 213.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 166 236 224 0.30 0 0.05 0.07 169.71 0.65 0.79
Hex A6 EC E0 1E 0 5 7 AA 41 4F
Octal 246 354 340 36 0 5 7 252 101 117
Binary 10100110 11101100 11100000 11110 0 101 111 10101010 1000001 1001111

Color Harmonies of #A6ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECE0

Black with #A6ECE0

Text Example


Text Example

White with #A6ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECE0; }

 p { color: rgb(166,236,224); }

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

background-color css

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

 a { background-color: rgb(166,236,224); }

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

border-color css

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

 span { border-color: rgb(166,236,224); }

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