#7AC4F7

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

Shades of Maya Blue #7AC4F7

Tints of Maya Blue #7AC4F7

Color information

#7AC4F7 (or 0x7AC4F7) is unknown color: approx Maya Blue. HEX triplet: 7A, C4 and F7. RGB value is (122,196,247). Sum of RGB (Red+Green+Blue) = 122+196+247=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #7AC4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC4F7 is #853B08. Grayscale: #B3B3B3. Windows color (decimal): -8731401 or 16237690. OLE color: 16237690.

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

Color convert

RGB122196247-
CMYK0.510.2100.03
HSL204.48º88.65%72.35%-
HSV(B)204.48º50.61%96.86%-
XYZ44.5550.3395.36-
YUV179.69165.9886.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=21.59%
G=34.69%
B=43.72%

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
Decimal1221962470.510.2100.03204.4888.6572.35
Hex7AC4F7331503cc5948
Octal172304367632503314131110
Binary11110101100010011110111110011101010111100110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,247); }

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

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

 a { background-color: rgb(122,196,247); }

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

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

 span { border-color: rgb(122,196,247); }

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