#7ABBFF

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

Shades of Maya Blue #7ABBFF

Tints of Maya Blue #7ABBFF

Color information

#7ABBFF (or 0x7ABBFF) is unknown color: approx Maya Blue. HEX triplet: 7A, BB and FF. RGB value is (122,187,255). Sum of RGB (Red+Green+Blue) = 122+187+255=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABBFF is #854400. Grayscale: #AEAEAE. Windows color (decimal): -8733697 or 16759674. OLE color: 16759674.

HSL color Cylindrical-coordinate representation of color #7ABBFF: hue angle of 210.68º 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 #7ABBFF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122187255-
CMYK0.520.2700
HSL210.68º100%73.92%-
HSV(B)210.68º52.16%100%-
XYZ43.8546.9101.35-
YUV175.32172.9789.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.63%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 45.21%
R=21.63%
G=33.16%
B=45.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221872550.520.2700210.6810073.92
Hex7ABBFF341B00d3644a
Octal172273377643300323144112
Binary1111010101110111111111111010011011001101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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