#7AB6F1

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

Shades of Maya Blue #7AB6F1

Tints of Maya Blue #7AB6F1

Color information

#7AB6F1 (or 0x7AB6F1) is unknown color: approx Maya Blue. HEX triplet: 7A, B6 and F1. RGB value is (122,182,241). Sum of RGB (Red+Green+Blue) = 122+182+241=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #7AB6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB6F1 is #85490E. Grayscale: #AAAAAA. Windows color (decimal): -8734991 or 15840890. OLE color: 15840890.

HSL color Cylindrical-coordinate representation of color #7AB6F1: hue angle of 209.75º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB6F1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122182241-
CMYK0.490.2400.05
HSL209.75º80.95%71.18%-
HSV(B)209.75º49.38%94.51%-
XYZ40.6343.9489.56-
YUV170.79167.6293.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=22.39%
G=33.39%
B=44.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221822410.490.2400.05209.7580.9571.18
Hex7AB6F1311805d25147
Octal172266361613005322121107
Binary111101010110110111100011100011100001011101001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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