#7ABFFA

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

Shades of Maya Blue #7ABFFA

Tints of Maya Blue #7ABFFA

Color information

#7ABFFA (or 0x7ABFFA) is unknown color: approx Maya Blue. HEX triplet: 7A, BF and FA. RGB value is (122,191,250). Sum of RGB (Red+Green+Blue) = 122+191+250=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ABFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFFA is #854005. Grayscale: #B0B0B0. Windows color (decimal): -8732678 or 16433018. OLE color: 16433018.

HSL color Cylindrical-coordinate representation of color #7ABFFA: hue angle of 207.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABFFA is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122191250-
CMYK0.510.2400.02
HSL207.66º92.75%72.94%-
HSV(B)207.66º51.2%98.04%-
XYZ43.9148.397.45-
YUV177.1169.1488.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.67%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=21.67%
G=33.93%
B=44.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221912500.510.2400.02207.6692.7572.94
Hex7ABFFA331802d05d49
Octal172277372633002320135111
Binary11110101011111111111010110011110000101101000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,250); }

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

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

 a { background-color: rgb(122,191,250); }

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

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

 span { border-color: rgb(122,191,250); }

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