Html Css Color HEX #7AC6FE Maya Blue

📋 copy color: '#7AC6FE'

red 122 ◦ green 198 ◦ blue 254

#7AC6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #7AC6FE

Tints of Maya Blue #7AC6FE

RGB

 RED value IS 122 (48.05% from 255) = 21.25%

 GREEN value IS 198 (77.73% from 255) = 34.49%

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 21.25%
G = 34.49%
B = 44.25%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AC6FE (or 0x7AC6FE) is known color: Maya Blue. HEX triplet: 7A, C6 and FE. RGB value is (122,198,254). Sum of RGB (Red+Green+Blue) = 122+198+254=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AC6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC6FE is #853901. Grayscale: #B5B5B5. Windows color (decimal): -8730882 or 16696954. OLE color: 16696954.

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

Color convert

RGB 122 198 254 -
CMYK 0.52 0.22 0 0.00
HSL 205.45º 0.99% 0.74% -
HSV(B) 205.45º 0.52% 1% -
XYZ 46.11 51.68 101.31 -
YUV 181.66 168.82 85.45 -
System Red Green Blue C M Y K H S L
Decimal 122 198 254 0.52 0.22 0 0.00 205.45 0.99 0.74
Hex 7A C6 FE 34 16 0 0 CD 63 4A
Octal 172 306 376 64 26 0 0 315 143 112
Binary 1111010 11000110 11111110 110100 10110 0 0 11001101 1100011 1001010

Color Harmonies of #7AC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC6FE

Black with #7AC6FE

Text Example


Text Example

White with #7AC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,198,254); }

 H1.HeaderClassName
 {
   color: #7AC6FE;
 }
 .AnyTagClassName
 {
   color: #7AC6FE;
 }
</style>

background-color css

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

 a { background-color: rgb(122,198,254); }

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

border-color css

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

 span { border-color: rgb(122,198,254); }

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