#7ABAF7

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

Shades of Maya Blue #7ABAF7

Tints of Maya Blue #7ABAF7

Color information

#7ABAF7 (or 0x7ABAF7) is unknown color: approx Maya Blue. HEX triplet: 7A, BA and F7. RGB value is (122,186,247). Sum of RGB (Red+Green+Blue) = 122+186+247=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #7ABAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAF7 is #854508. Grayscale: #ADADAD. Windows color (decimal): -8733961 or 16235130. OLE color: 16235130.

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

Color convert

RGB122186247-
CMYK0.510.2500.03
HSL209.28º88.65%72.35%-
HSV(B)209.28º50.61%96.86%-
XYZ42.3745.9794.64-
YUV173.82169.391.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.98%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 247 (96.88% from 255) = 44.50%
R=21.98%
G=33.51%
B=44.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1221862470.510.2500.03209.2888.6572.35
Hex7ABAF7331903d15948
Octal172272367633103321131110
Binary11110101011101011110111110011110010111101000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,247); }

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

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

 a { background-color: rgb(122,186,247); }

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

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

 span { border-color: rgb(122,186,247); }

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