#7AC6F5

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

Shades of Maya Blue #7AC6F5

Tints of Maya Blue #7AC6F5

Color information

#7AC6F5 (or 0x7AC6F5) is unknown color: approx Maya Blue. HEX triplet: 7A, C6 and F5. RGB value is (122,198,245). Sum of RGB (Red+Green+Blue) = 122+198+245=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #7AC6F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC6F5 is #85390A. Grayscale: #B4B4B4. Windows color (decimal): -8730891 or 16107130. OLE color: 16107130.

HSL color Cylindrical-coordinate representation of color #7AC6F5: hue angle of 202.93º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC6F5 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122198245-
CMYK0.500.1900.04
HSL202.93º86.01%71.96%-
HSV(B)202.93º50.2%96.08%-
XYZ44.751.1293.9-
YUV180.63164.3286.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=21.59%
G=35.04%
B=43.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221982450.500.1900.04202.9386.0171.96
Hex7AC6F5321304cb5648
Octal172306365622304313126110
Binary111101011000110111101011100101001101001100101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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