Html Css Color HEX #A6E7D4 Ice Cold

📋 copy color: '#A6E7D4'

red 166 ◦ green 231 ◦ blue 212

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

Shades of Ice Cold #A6E7D4

Tints of Ice Cold #A6E7D4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.93%

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 27.26%
G = 37.93%
B = 34.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#A6E7D4 (or 0xA6E7D4) is known color: Ice Cold. HEX triplet: A6, E7 and D4. RGB value is (166,231,212). Sum of RGB (Red+Green+Blue) = 166+231+212=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7D4 is #59182B. Grayscale: #D1D1D1. Windows color (decimal): -5838892 or 13952934. OLE color: 13952934.

HSL color Cylindrical-coordinate representation of color #A6E7D4: hue angle of 162.46º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7D4 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 231 212 -
CMYK 0.28 0 0.08 0.09
HSL 162.46º 0.58% 0.78% -
HSV(B) 162.46º 0.28% 0.91% -
XYZ 56.19 70.01 72.84 -
YUV 209.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 166 231 212 0.28 0 0.08 0.09 162.46 0.58 0.78
Hex A6 E7 D4 1C 0 8 9 A2 3A 4E
Octal 246 347 324 34 0 10 11 242 72 116
Binary 10100110 11100111 11010100 11100 0 1000 1001 10100010 111010 1001110

Color Harmonies of #A6E7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7D4

Black with #A6E7D4

Text Example


Text Example

White with #A6E7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7D4; }

 p { color: rgb(166,231,212); }

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

background-color css

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

 a { background-color: rgb(166,231,212); }

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

border-color css

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

 span { border-color: rgb(166,231,212); }

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