#7AC9FF

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

Shades of Maya Blue #7AC9FF

Tints of Maya Blue #7AC9FF

Color information

#7AC9FF (or 0x7AC9FF) is unknown color: approx Maya Blue. HEX triplet: 7A, C9 and FF. RGB value is (122,201,255). Sum of RGB (Red+Green+Blue) = 122+201+255=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AC9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC9FF is #853600. Grayscale: #B7B7B7. Windows color (decimal): -8730113 or 16763258. OLE color: 16763258.

HSL color Cylindrical-coordinate representation of color #7AC9FF: hue angle of 204.36º 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 #7AC9FF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122201255-
CMYK0.520.2100
HSL204.36º100%73.92%-
HSV(B)204.36º52.16%100%-
XYZ46.9653.13102.39-
YUV183.54168.3384.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.11%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 255 (100% from 255) = 44.12%
R=21.11%
G=34.78%
B=44.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222012550.520.2100204.3610073.92
Hex7AC9FF341500cc644a
Octal172311377642500314144112
Binary1111010110010011111111111010010101001100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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