#7AC7FC

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

Shades of Maya Blue #7AC7FC

Tints of Maya Blue #7AC7FC

Color information

#7AC7FC (or 0x7AC7FC) is unknown color: approx Maya Blue. HEX triplet: 7A, C7 and FC. RGB value is (122,199,252). Sum of RGB (Red+Green+Blue) = 122+199+252=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AC7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC7FC is #853803. Grayscale: #B5B5B5. Windows color (decimal): -8730628 or 16566138. OLE color: 16566138.

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

Color convert

RGB122199252-
CMYK0.520.2100.01
HSL204.46º95.59%73.33%-
HSV(B)204.46º51.59%98.82%-
XYZ46.0252.0199.71-
YUV182.02167.4985.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.29%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=21.29%
G=34.73%
B=43.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221992520.520.2100.01204.4695.5973.33
Hex7AC7FC341501cc6049
Octal172307374642501314140111
Binary1111010110001111111110011010010101011100110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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