#A7E0CF

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

Shades of Ice Cold #A7E0CF

Tints of Ice Cold #A7E0CF

Color information

#A7E0CF (or 0xA7E0CF) is unknown color: approx Ice Cold. HEX triplet: A7, E0 and CF. RGB value is (167,224,207). Sum of RGB (Red+Green+Blue) = 167+224+207=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0CF is #581F30. Grayscale: #CDCDCD. Windows color (decimal): -5775153 or 13623463. OLE color: 13623463.

HSL color Cylindrical-coordinate representation of color #A7E0CF: hue angle of 162.11º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0CF is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB167224207-
CMYK0.2500.080.12
HSL162.11º47.9%76.67%-
HSV(B)162.11º25.45%87.84%-
XYZ53.8566.0368.94-
YUV205.02129.12100.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.93%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=27.93%
G=37.46%
B=34.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672242070.2500.080.12162.1147.976.67
HexA7E0CF1908Ca2304d
Octal247340317310101424260115
Binary10100111111000001100111111001010001100101000101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0CF; }

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

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

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

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

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

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

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

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