#7ACEE3

Color #7ACEE3 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7ACEE3

Tints of Spray #7ACEE3

Color information

#7ACEE3 (or 0x7ACEE3) is unknown color: approx Spray. HEX triplet: 7A, CE and E3. RGB value is (122,206,227). Sum of RGB (Red+Green+Blue) = 122+206+227=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #7ACEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEE3 is #85311C. Grayscale: #B7B7B7. Windows color (decimal): -8728861 or 14929530. OLE color: 14929530.

HSL color Cylindrical-coordinate representation of color #7ACEE3: hue angle of 192º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ACEE3 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122206227-
CMYK0.460.0900.11
HSL192º65.22%68.43%-
HSV(B)192º46.26%89.02%-
XYZ43.9653.8380.75-
YUV183.28152.6784.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.98%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=21.98%
G=37.12%
B=40.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222062270.460.0900.1119265.2268.43
Hex7ACEE32E90Bc04144
Octal1723163435611013300101104
Binary111101011001110111000111011101001010111100000010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACEE3; }

 p { color: rgb(122,206,227); }

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

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

 a { background-color: rgb(122,206,227); }

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

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

 span { border-color: rgb(122,206,227); }

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