#7AC5F8

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

Shades of Maya Blue #7AC5F8

Tints of Maya Blue #7AC5F8

Color information

#7AC5F8 (or 0x7AC5F8) is unknown color: approx Maya Blue. HEX triplet: 7A, C5 and F8. RGB value is (122,197,248). Sum of RGB (Red+Green+Blue) = 122+197+248=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AC5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC5F8 is #853A07. Grayscale: #B4B4B4. Windows color (decimal): -8731144 or 16303482. OLE color: 16303482.

HSL color Cylindrical-coordinate representation of color #7AC5F8: hue angle of 204.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AC5F8 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122197248-
CMYK0.510.2100.03
HSL204.29º90%72.55%-
HSV(B)204.29º50.81%97.25%-
XYZ44.9450.8596.25-
YUV180.39166.1586.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.52%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=21.52%
G=34.74%
B=43.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1221972480.510.2100.03204.299072.55
Hex7AC5F8331503cc5a49
Octal172305370632503314132111
Binary11110101100010111111000110011101010111100110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,248); }

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

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

 a { background-color: rgb(122,197,248); }

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

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

 span { border-color: rgb(122,197,248); }

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