#7ac9f2

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

Shades of Maya Blue #7AC9F2

Tints of Maya Blue #7AC9F2

Color information

#7AC9F2 (or 0x7AC9F2) is unknown color: approx Maya Blue. HEX triplet: 7A, C9 and F2. RGB value is (122,201,242). Sum of RGB (Red+Green+Blue) = 122+201+242=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #7AC9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC9F2 is #85360D. Grayscale: #B5B5B5. Windows color (decimal): -8730126 or 15911290. OLE color: 15911290.

HSL color Cylindrical-coordinate representation of color #7AC9F2: hue angle of 200.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC9F2 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122201242-
CMYK0.500.1700.05
HSL200.5º82.19%71.37%-
HSV(B)200.5º49.59%94.9%-
XYZ44.9452.3291.73-
YUV182.05161.8385.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=21.59%
G=35.58%
B=42.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222012420.500.1700.05200.582.1971.37
Hex7AC9F2321105c85247
Octal172311362622105310122107
Binary111101011001001111100101100101000101011100100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ac9f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,201,242); }

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

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

 a { background-color: rgb(122,201,242); }

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

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

 span { border-color: rgb(122,201,242); }

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