#7ABEFC

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

Shades of Maya Blue #7ABEFC

Tints of Maya Blue #7ABEFC

Color information

#7ABEFC (or 0x7ABEFC) is unknown color: approx Maya Blue. HEX triplet: 7A, BE and FC. RGB value is (122,190,252). Sum of RGB (Red+Green+Blue) = 122+190+252=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABEFC is #854103. Grayscale: #B0B0B0. Windows color (decimal): -8732932 or 16563834. OLE color: 16563834.

HSL color Cylindrical-coordinate representation of color #7ABEFC: hue angle of 208.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABEFC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122190252-
CMYK0.520.2500.01
HSL208.62º95.59%73.33%-
HSV(B)208.62º51.59%98.82%-
XYZ44.0147.9999.04-
YUV176.74170.4788.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.63%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=21.63%
G=33.69%
B=44.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221902520.520.2500.01208.6295.5973.33
Hex7ABEFC341901d16049
Octal172276374643101321140111
Binary1111010101111101111110011010011001011101000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,252); }

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

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

 a { background-color: rgb(122,190,252); }

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

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

 span { border-color: rgb(122,190,252); }

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