#A7E2CF

Color #A7E2CF Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A7E2CF

Tints of Ice Cold #A7E2CF

Color information

#A7E2CF (or 0xA7E2CF) is unknown color: approx Ice Cold. HEX triplet: A7, E2 and CF. RGB value is (167,226,207). Sum of RGB (Red+Green+Blue) = 167+226+207=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E2CF is #581D30. Grayscale: #CECECE. Windows color (decimal): -5774641 or 13623975. OLE color: 13623975.

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

Color convert

RGB167226207-
CMYK0.2600.080.11
HSL160.68º50.43%77.06%-
HSV(B)160.68º26.11%88.63%-
XYZ54.467.1169.12-
YUV206.19128.45100.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.83%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=27.83%
G=37.67%
B=34.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1672262070.2600.080.11160.6850.4377.06
HexA7E2CF1A08Ba1324d
Octal247342317320101324162115
Binary10100111111000101100111111010010001011101000011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E2CF; }

 p { color: rgb(167,226,207); }

 H1.HeaderClassName
 {
   color: #A7E2CF;
 }
 .AnyTagClassName
 {
   color: #A7E2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(167,226,207); }

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

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

 span { border-color: rgb(167,226,207); }

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