Html Css Color HEX #A6EBD8 Ice Cold

📋 copy color: '#A6EBD8'

red 166 ◦ green 235 ◦ blue 216

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

Shades of Ice Cold #A6EBD8

Tints of Ice Cold #A6EBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 26.9%
G = 38.09%
B = 35.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#A6EBD8 (or 0xA6EBD8) is known color: Ice Cold. HEX triplet: A6, EB and D8. RGB value is (166,235,216). Sum of RGB (Red+Green+Blue) = 166+235+216=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBD8 is #591427. Grayscale: #D4D4D4. Windows color (decimal): -5837864 or 14216102. OLE color: 14216102.

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

Color convert

RGB 166 235 216 -
CMYK 0.29 0 0.08 0.08
HSL 163.48º 0.63% 0.79% -
HSV(B) 163.48º 0.29% 0.92% -
XYZ 57.83 72.48 75.91 -
YUV 212.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 166 235 216 0.29 0 0.08 0.08 163.48 0.63 0.79
Hex A6 EB D8 1D 0 8 8 A3 3F 4F
Octal 246 353 330 35 0 10 10 243 77 117
Binary 10100110 11101011 11011000 11101 0 1000 1000 10100011 111111 1001111

Color Harmonies of #A6EBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBD8

Black with #A6EBD8

Text Example


Text Example

White with #A6EBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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