#7ABCF4

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

Shades of Maya Blue #7ABCF4

Tints of Maya Blue #7ABCF4

Color information

#7ABCF4 (or 0x7ABCF4) is unknown color: approx Maya Blue. HEX triplet: 7A, BC and F4. RGB value is (122,188,244). Sum of RGB (Red+Green+Blue) = 122+188+244=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #7ABCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCF4 is #85430B. Grayscale: #AEAEAE. Windows color (decimal): -8733452 or 16039034. OLE color: 16039034.

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

Color convert

RGB122188244-
CMYK0.50.2300.04
HSL207.54º84.72%71.76%-
HSV(B)207.54º50%95.69%-
XYZ42.3446.6492.36-
YUV174.65167.1390.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.02%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 244 (95.70% from 255) = 44.04%
R=22.02%
G=33.94%
B=44.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221882440.50.2300.04207.5484.7271.76
Hex7ABCF4321704d05548
Octal172274364622704320125110
Binary111101010111100111101001100101011101001101000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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