#7AC8EB

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

Shades of Sky Blue #7AC8EB

Tints of Sky Blue #7AC8EB

Color information

#7AC8EB (or 0x7AC8EB) is unknown color: approx Sky Blue. HEX triplet: 7A, C8 and EB. RGB value is (122,200,235). Sum of RGB (Red+Green+Blue) = 122+200+235=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #7AC8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC8EB is #853714. Grayscale: #B4B4B4. Windows color (decimal): -8730389 or 15452282. OLE color: 15452282.

HSL color Cylindrical-coordinate representation of color #7AC8EB: hue angle of 198.58º 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 #7AC8EB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122200235-
CMYK0.480.1500.08
HSL198.58º73.86%70%-
HSV(B)198.58º48.09%92.16%-
XYZ43.6851.4486.23-
YUV180.67158.6686.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.90%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=21.90%
G=35.91%
B=42.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222002350.480.1500.08198.5873.8670
Hex7AC8EB30F08c74a46
Octal1723103536017010307112106
Binary111101011001000111010111100001111010001100011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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