#7ABFFF

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

Shades of Maya Blue #7ABFFF

Tints of Maya Blue #7ABFFF

Color information

#7ABFFF (or 0x7ABFFF) is unknown color: approx Maya Blue. HEX triplet: 7A, BF and FF. RGB value is (122,191,255). Sum of RGB (Red+Green+Blue) = 122+191+255=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFFF is #854000. Grayscale: #B1B1B1. Windows color (decimal): -8732673 or 16760698. OLE color: 16760698.

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

Color convert

RGB122191255-
CMYK0.520.2500
HSL208.87º100%73.92%-
HSV(B)208.87º52.16%100%-
XYZ44.7148.62101.64-
YUV177.66171.6488.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.48%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 255 (100% from 255) = 44.89%
R=21.48%
G=33.63%
B=44.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221912550.520.2500208.8710073.92
Hex7ABFFF341900d1644a
Octal172277377643100321144112
Binary1111010101111111111111111010011001001101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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