Html Css Color HEX #A6ECDF Ice Cold

📋 copy color: '#A6ECDF'

red 166 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #A6ECDF

Tints of Ice Cold #A6ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 26.56%
G = 37.76%
B = 35.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A6ECDF (or 0xA6ECDF) is known color: Ice Cold. HEX triplet: A6, EC and DF. RGB value is (166,236,223). Sum of RGB (Red+Green+Blue) = 166+236+223=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECDF is #591320. Grayscale: #D5D5D5. Windows color (decimal): -5837601 or 14675110. OLE color: 14675110.

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

Color convert

RGB 166 236 223 -
CMYK 0.30 0 0.06 0.07
HSL 168.86º 0.65% 0.79% -
HSV(B) 168.86º 0.3% 0.93% -
XYZ 59.04 73.43 80.87 -
YUV 213.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 166 236 223 0.30 0 0.06 0.07 168.86 0.65 0.79
Hex A6 EC DF 1E 0 6 7 A9 41 4F
Octal 246 354 337 36 0 6 7 251 101 117
Binary 10100110 11101100 11011111 11110 0 110 111 10101001 1000001 1001111

Color Harmonies of #A6ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECDF

Black with #A6ECDF

Text Example


Text Example

White with #A6ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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