#7ABAFF

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

Shades of Maya Blue #7ABAFF

Tints of Maya Blue #7ABAFF

Color information

#7ABAFF (or 0x7ABAFF) is unknown color: approx Maya Blue. HEX triplet: 7A, BA and FF. RGB value is (122,186,255). Sum of RGB (Red+Green+Blue) = 122+186+255=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAFF is #854500. Grayscale: #AEAEAE. Windows color (decimal): -8733953 or 16759418. OLE color: 16759418.

HSL color Cylindrical-coordinate representation of color #7ABAFF: hue angle of 211.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABAFF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122186255-
CMYK0.520.2700
HSL211.13º100%73.92%-
HSV(B)211.13º52.16%100%-
XYZ43.6346.48101.28-
YUV174.73173.390.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.67%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 255 (100% from 255) = 45.29%
R=21.67%
G=33.04%
B=45.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221862550.520.2700211.1310073.92
Hex7ABAFF341B00d3644a
Octal172272377643300323144112
Binary1111010101110101111111111010011011001101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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