#7ACEE9

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

Shades of Sky Blue #7ACEE9

Tints of Sky Blue #7ACEE9

Color information

#7ACEE9 (or 0x7ACEE9) is unknown color: approx Sky Blue. HEX triplet: 7A, CE and E9. RGB value is (122,206,233). Sum of RGB (Red+Green+Blue) = 122+206+233=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #7ACEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACEE9 is #853116. Grayscale: #B7B7B7. Windows color (decimal): -8728855 or 15322746. OLE color: 15322746.

HSL color Cylindrical-coordinate representation of color #7ACEE9: hue angle of 194.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ACEE9 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB122206233-
CMYK0.480.1200.09
HSL194.59º71.61%69.61%-
HSV(B)194.59º47.64%91.37%-
XYZ44.8154.1685.18-
YUV183.96155.6783.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.75%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=21.75%
G=36.72%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222062330.480.1200.09194.5971.6169.61
Hex7ACEE930C09c34846
Octal1723163516014011303110106
Binary111101011001110111010011100001100010011100001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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