#7ABEEC

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

Shades of Maya Blue #7ABEEC

Tints of Maya Blue #7ABEEC

Color information

#7ABEEC (or 0x7ABEEC) is unknown color: approx Maya Blue. HEX triplet: 7A, BE and EC. RGB value is (122,190,236). Sum of RGB (Red+Green+Blue) = 122+190+236=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #7ABEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABEEC is #854113. Grayscale: #AEAEAE. Windows color (decimal): -8732948 or 15515258. OLE color: 15515258.

HSL color Cylindrical-coordinate representation of color #7ABEEC: hue angle of 204.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ABEEC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122190236-
CMYK0.480.1900.07
HSL204.21º75%70.2%-
HSV(B)204.21º48.31%92.55%-
XYZ41.5847.0286.24-
YUV174.91162.4790.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.26%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=22.26%
G=34.67%
B=43.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221902360.480.1900.07204.217570.2
Hex7ABEEC301307cc4b46
Octal172276354602307314113106
Binary111101010111110111011001100001001101111100110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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