#7AB6F2

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

Shades of Maya Blue #7AB6F2

Tints of Maya Blue #7AB6F2

Color information

#7AB6F2 (or 0x7AB6F2) is unknown color: approx Maya Blue. HEX triplet: 7A, B6 and F2. RGB value is (122,182,242). Sum of RGB (Red+Green+Blue) = 122+182+242=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #7AB6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB6F2 is #85490D. Grayscale: #AAAAAA. Windows color (decimal): -8734990 or 15906426. OLE color: 15906426.

HSL color Cylindrical-coordinate representation of color #7AB6F2: hue angle of 210º 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 #7AB6F2 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122182242-
CMYK0.500.2500.05
HSL210º82.19%71.37%-
HSV(B)210º49.59%94.9%-
XYZ40.784490.35-
YUV170.9168.1293.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.34%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=22.34%
G=33.33%
B=44.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221822420.500.2500.0521082.1971.37
Hex7AB6F2321905d25247
Octal172266362623105322122107
Binary111101010110110111100101100101100101011101001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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