#7AC1F3

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

Shades of Maya Blue #7AC1F3

Tints of Maya Blue #7AC1F3

Color information

#7AC1F3 (or 0x7AC1F3) is unknown color: approx Maya Blue. HEX triplet: 7A, C1 and F3. RGB value is (122,193,243). Sum of RGB (Red+Green+Blue) = 122+193+243=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #7AC1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC1F3 is #853E0C. Grayscale: #B1B1B1. Windows color (decimal): -8732173 or 15974778. OLE color: 15974778.

HSL color Cylindrical-coordinate representation of color #7AC1F3: hue angle of 204.79º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC1F3 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122193243-
CMYK0.500.2100.05
HSL204.79º83.45%71.57%-
HSV(B)204.79º49.79%95.29%-
XYZ43.2748.7591.92-
YUV177.47164.9888.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.86%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=21.86%
G=34.59%
B=43.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221932430.500.2100.05204.7983.4571.57
Hex7AC1F3321505cd5348
Octal172301363622505315123110
Binary111101011000001111100111100101010101011100110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,193,243); }

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

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

 a { background-color: rgb(122,193,243); }

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

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

 span { border-color: rgb(122,193,243); }

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