Html Css Color HEX #A6E3D8 Ice Cold

📋 copy color: '#A6E3D8'

red 166 ◦ green 227 ◦ blue 216

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

Shades of Ice Cold #A6E3D8

Tints of Ice Cold #A6E3D8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.27%

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

R = 27.26%
G = 37.27%
B = 35.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#A6E3D8 (or 0xA6E3D8) is known color: Ice Cold. HEX triplet: A6, E3 and D8. RGB value is (166,227,216). Sum of RGB (Red+Green+Blue) = 166+227+216=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3D8 is #591C27. Grayscale: #CFCFCF. Windows color (decimal): -5839912 or 14214054. OLE color: 14214054.

HSL color Cylindrical-coordinate representation of color #A6E3D8: hue angle of 169.18º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3D8 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 227 216 -
CMYK 0.27 0 0.05 0.11
HSL 169.18º 0.52% 0.77% -
HSV(B) 169.18º 0.27% 0.89% -
XYZ 55.59 68 75.16 -
YUV 207.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 166 227 216 0.27 0 0.05 0.11 169.18 0.52 0.77
Hex A6 E3 D8 1B 0 5 B A9 34 4D
Octal 246 343 330 33 0 5 13 251 64 115
Binary 10100110 11100011 11011000 11011 0 101 1011 10101001 110100 1001101

Color Harmonies of #A6E3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E3D8

Black with #A6E3D8

Text Example


Text Example

White with #A6E3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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