#7AB7F4

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

Shades of Maya Blue #7AB7F4

Tints of Maya Blue #7AB7F4

Color information

#7AB7F4 (or 0x7AB7F4) is unknown color: approx Maya Blue. HEX triplet: 7A, B7 and F4. RGB value is (122,183,244). Sum of RGB (Red+Green+Blue) = 122+183+244=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #7AB7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB7F4 is #85480B. Grayscale: #ABABAB. Windows color (decimal): -8734732 or 16037754. OLE color: 16037754.

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

Color convert

RGB122183244-
CMYK0.50.2500.04
HSL210º84.72%71.76%-
HSV(B)210º50%95.69%-
XYZ41.2944.5492.01-
YUV171.72168.7992.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.22%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221832440.50.2500.0421084.7271.76
Hex7AB7F4321904d25548
Octal172267364623104322125110
Binary111101010110111111101001100101100101001101001010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,244); }

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

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

 a { background-color: rgb(122,183,244); }

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

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

 span { border-color: rgb(122,183,244); }

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