#7ACAF3

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

Shades of Maya Blue #7ACAF3

Tints of Maya Blue #7ACAF3

Color information

#7ACAF3 (or 0x7ACAF3) is unknown color: approx Maya Blue. HEX triplet: 7A, CA and F3. RGB value is (122,202,243). Sum of RGB (Red+Green+Blue) = 122+202+243=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #7ACAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACAF3 is #85350C. Grayscale: #B6B6B6. Windows color (decimal): -8729869 or 15977082. OLE color: 15977082.

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

Color convert

RGB122202243-
CMYK0.500.1700.05
HSL200.33º83.45%71.57%-
HSV(B)200.33º49.79%95.29%-
XYZ45.3252.8592.61-
YUV182.7516284.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.52%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=21.52%
G=35.63%
B=42.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222022430.500.1700.05200.3383.4571.57
Hex7ACAF3321105c85348
Octal172312363622105310123110
Binary111101011001010111100111100101000101011100100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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