Html Css Color HEX #A6EADB Ice Cold

📋 copy color: '#A6EADB'

red 166 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #A6EADB

Tints of Ice Cold #A6EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.8%

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

R = 26.82%
G = 37.8%
B = 35.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A6EADB (or 0xA6EADB) is known color: Ice Cold. HEX triplet: A6, EA and DB. RGB value is (166,234,219). Sum of RGB (Red+Green+Blue) = 166+234+219=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADB is #591524. Grayscale: #D3D3D3. Windows color (decimal): -5838117 or 14412454. OLE color: 14412454.

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

Color convert

RGB 166 234 219 -
CMYK 0.29 0 0.06 0.08
HSL 166.76º 0.62% 0.78% -
HSV(B) 166.76º 0.29% 0.92% -
XYZ 57.93 72.07 77.87 -
YUV 211.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 166 234 219 0.29 0 0.06 0.08 166.76 0.62 0.78
Hex A6 EA DB 1D 0 6 8 A7 3E 4E
Octal 246 352 333 35 0 6 10 247 76 116
Binary 10100110 11101010 11011011 11101 0 110 1000 10100111 111110 1001110

Color Harmonies of #A6EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EADB

Black with #A6EADB

Text Example


Text Example

White with #A6EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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