Html Css Color HEX #A6EEDB Ice Cold

📋 copy color: '#A6EEDB'

red 166 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A6EEDB

Tints of Ice Cold #A6EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 26.65%
G = 38.2%
B = 35.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A6EEDB (or 0xA6EEDB) is known color: Ice Cold. HEX triplet: A6, EE and DB. RGB value is (166,238,219). Sum of RGB (Red+Green+Blue) = 166+238+219=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEDB is #591124. Grayscale: #D6D6D6. Windows color (decimal): -5837093 or 14413478. OLE color: 14413478.

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

Color convert

RGB 166 238 219 -
CMYK 0.30 0 0.08 0.07
HSL 164.17º 0.68% 0.79% -
HSV(B) 164.17º 0.3% 0.93% -
XYZ 59.09 74.37 78.26 -
YUV 214.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 166 238 219 0.30 0 0.08 0.07 164.17 0.68 0.79
Hex A6 EE DB 1E 0 8 7 A4 44 4F
Octal 246 356 333 36 0 10 7 244 104 117
Binary 10100110 11101110 11011011 11110 0 1000 111 10100100 1000100 1001111

Color Harmonies of #A6EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EEDB

Black with #A6EEDB

Text Example


Text Example

White with #A6EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EEDB; }

 p { color: rgb(166,238,219); }

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

background-color css

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

 a { background-color: rgb(166,238,219); }

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

border-color css

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

 span { border-color: rgb(166,238,219); }

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