#7AB1F8

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

Shades of Maya Blue #7AB1F8

Tints of Maya Blue #7AB1F8

Color information

#7AB1F8 (or 0x7AB1F8) is unknown color: approx Maya Blue. HEX triplet: 7A, B1 and F8. RGB value is (122,177,248). Sum of RGB (Red+Green+Blue) = 122+177+248=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AB1F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB1F8 is #854E07. Grayscale: #A8A8A8. Windows color (decimal): -8736264 or 16298362. OLE color: 16298362.

HSL color Cylindrical-coordinate representation of color #7AB1F8: hue angle of 213.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AB1F8 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122177248-
CMYK0.510.2900.03
HSL213.81º90%72.55%-
HSV(B)213.81º50.81%97.25%-
XYZ40.6942.3694.84-
YUV168.65172.7894.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.30%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 248 (97.27% from 255) = 45.34%
R=22.30%
G=32.36%
B=45.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1221772480.510.2900.03213.819072.55
Hex7AB1F8331D03d65a49
Octal172261370633503326132111
Binary11110101011000111111000110011111010111101011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,177,248); }

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

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

 a { background-color: rgb(122,177,248); }

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

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

 span { border-color: rgb(122,177,248); }

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