#7AC8F3

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

Shades of Maya Blue #7AC8F3

Tints of Maya Blue #7AC8F3

Color information

#7AC8F3 (or 0x7AC8F3) is unknown color: approx Maya Blue. HEX triplet: 7A, C8 and F3. RGB value is (122,200,243). Sum of RGB (Red+Green+Blue) = 122+200+243=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #7AC8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC8F3 is #85370C. Grayscale: #B5B5B5. Windows color (decimal): -8730381 or 15976570. OLE color: 15976570.

HSL color Cylindrical-coordinate representation of color #7AC8F3: hue angle of 201.32º 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 #7AC8F3 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122200243-
CMYK0.500.1800.05
HSL201.32º83.45%71.57%-
HSV(B)201.32º49.79%95.29%-
XYZ44.8651.9292.45-
YUV181.58162.6685.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=21.59%
G=35.40%
B=43.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222002430.500.1800.05201.3283.4571.57
Hex7AC8F3321205c95348
Octal172310363622205311123110
Binary111101011001000111100111100101001001011100100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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