#7AC6EB

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

Shades of Sky Blue #7AC6EB

Tints of Sky Blue #7AC6EB

Color information

#7AC6EB (or 0x7AC6EB) is unknown color: approx Sky Blue. HEX triplet: 7A, C6 and EB. RGB value is (122,198,235). Sum of RGB (Red+Green+Blue) = 122+198+235=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #7AC6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC6EB is #853914. Grayscale: #B3B3B3. Windows color (decimal): -8730901 or 15451770. OLE color: 15451770.

HSL color Cylindrical-coordinate representation of color #7AC6EB: hue angle of 199.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC6EB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122198235-
CMYK0.480.1600.08
HSL199.65º73.86%70%-
HSV(B)199.65º48.09%92.16%-
XYZ43.2250.5286.07-
YUV179.49159.3286.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.98%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=21.98%
G=35.68%
B=42.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221982350.480.1600.08199.6573.8670
Hex7AC6EB301008c84a46
Octal1723063536020010310112106
Binary1111010110001101110101111000010000010001100100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,198,235); }

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

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

 a { background-color: rgb(122,198,235); }

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

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

 span { border-color: rgb(122,198,235); }

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