Html Css Color HEX #A6EDDB Ice Cold

📋 copy color: '#A6EDDB'

red 166 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #A6EDDB

Tints of Ice Cold #A6EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.1%

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

R = 26.69%
G = 38.1%
B = 35.21%

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

#A6EDDB (or 0xA6EDDB) is known color: Ice Cold. HEX triplet: A6, ED and DB. RGB value is (166,237,219). Sum of RGB (Red+Green+Blue) = 166+237+219=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDDB is #591224. Grayscale: #D5D5D5. Windows color (decimal): -5837349 or 14413222. OLE color: 14413222.

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

Color convert

RGB 166 237 219 -
CMYK 0.30 0 0.08 0.07
HSL 164.79º 0.66% 0.79% -
HSV(B) 164.79º 0.3% 0.93% -
XYZ 58.8 73.79 78.16 -
YUV 213.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 166 237 219 0.30 0 0.08 0.07 164.79 0.66 0.79
Hex A6 ED DB 1E 0 8 7 A5 42 4F
Octal 246 355 333 36 0 10 7 245 102 117
Binary 10100110 11101101 11011011 11110 0 1000 111 10100101 1000010 1001111

Color Harmonies of #A6EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDDB

Black with #A6EDDB

Text Example


Text Example

White with #A6EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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