#7ACAFF

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

Shades of Maya Blue #7ACAFF

Tints of Maya Blue #7ACAFF

Color information

#7ACAFF (or 0x7ACAFF) is unknown color: approx Maya Blue. HEX triplet: 7A, CA and FF. RGB value is (122,202,255). Sum of RGB (Red+Green+Blue) = 122+202+255=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ACAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACAFF is #853500. Grayscale: #B7B7B7. Windows color (decimal): -8729857 or 16763514. OLE color: 16763514.

HSL color Cylindrical-coordinate representation of color #7ACAFF: hue angle of 203.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ACAFF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122202255-
CMYK0.520.2100
HSL203.91º100%73.92%-
HSV(B)203.91º52.16%100%-
XYZ47.253.6102.47-
YUV184.1216883.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.07%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 255 (100% from 255) = 44.04%
R=21.07%
G=34.89%
B=44.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222022550.520.2100203.9110073.92
Hex7ACAFF341500cc644a
Octal172312377642500314144112
Binary1111010110010101111111111010010101001100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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