Html Css Color HEX #A6EBDA Ice Cold

📋 copy color: '#A6EBDA'

red 166 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #A6EBDA

Tints of Ice Cold #A6EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 26.82%
G = 37.96%
B = 35.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A6EBDA (or 0xA6EBDA) is known color: Ice Cold. HEX triplet: A6, EB and DA. RGB value is (166,235,218). Sum of RGB (Red+Green+Blue) = 166+235+218=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBDA is #591425. Grayscale: #D4D4D4. Windows color (decimal): -5837862 or 14347174. OLE color: 14347174.

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

Color convert

RGB 166 235 218 -
CMYK 0.29 0 0.07 0.08
HSL 165.22º 0.63% 0.79% -
HSV(B) 165.22º 0.29% 0.92% -
XYZ 58.09 72.59 77.28 -
YUV 212.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 166 235 218 0.29 0 0.07 0.08 165.22 0.63 0.79
Hex A6 EB DA 1D 0 7 8 A5 3F 4F
Octal 246 353 332 35 0 7 10 245 77 117
Binary 10100110 11101011 11011010 11101 0 111 1000 10100101 111111 1001111

Color Harmonies of #A6EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBDA

Black with #A6EBDA

Text Example


Text Example

White with #A6EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBDA; }

 p { color: rgb(166,235,218); }

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

background-color css

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

 a { background-color: rgb(166,235,218); }

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

border-color css

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

 span { border-color: rgb(166,235,218); }

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