Html Css Color HEX #A6EADC Ice Cold

📋 copy color: '#A6EADC'

red 166 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #A6EADC

Tints of Ice Cold #A6EADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 26.77%
G = 37.74%
B = 35.48%

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

#A6EADC (or 0xA6EADC) is known color: Ice Cold. HEX triplet: A6, EA and DC. RGB value is (166,234,220). Sum of RGB (Red+Green+Blue) = 166+234+220=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADC is #591523. Grayscale: #D4D4D4. Windows color (decimal): -5838116 or 14477990. OLE color: 14477990.

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

Color convert

RGB 166 234 220 -
CMYK 0.29 0 0.06 0.08
HSL 167.65º 0.62% 0.78% -
HSV(B) 167.65º 0.29% 0.92% -
XYZ 58.07 72.12 78.57 -
YUV 212.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 166 234 220 0.29 0 0.06 0.08 167.65 0.62 0.78
Hex A6 EA DC 1D 0 6 8 A8 3E 4E
Octal 246 352 334 35 0 6 10 250 76 116
Binary 10100110 11101010 11011100 11101 0 110 1000 10101000 111110 1001110

Color Harmonies of #A6EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EADC

Black with #A6EADC

Text Example


Text Example

White with #A6EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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