Html Css Color HEX #7AC0FA Maya Blue

📋 copy color: '#7AC0FA'

red 122 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #7AC0FA

Tints of Maya Blue #7AC0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 21.63%
G = 34.04%
B = 44.33%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AC0FA (or 0x7AC0FA) is known color: Maya Blue. HEX triplet: 7A, C0 and FA. RGB value is (122,192,250). Sum of RGB (Red+Green+Blue) = 122+192+250=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC0FA is #853F05. Grayscale: #B1B1B1. Windows color (decimal): -8732422 or 16433274. OLE color: 16433274.

HSL color Cylindrical-coordinate representation of color #7AC0FA: hue angle of 207.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AC0FA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 192 250 -
CMYK 0.51 0.23 0 0.02
HSL 207.19º 0.93% 0.73% -
HSV(B) 207.19º 0.51% 0.98% -
XYZ 44.13 48.74 97.52 -
YUV 177.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 122 192 250 0.51 0.23 0 0.02 207.19 0.93 0.73
Hex 7A C0 FA 33 17 0 2 CF 5D 49
Octal 172 300 372 63 27 0 2 317 135 111
Binary 1111010 11000000 11111010 110011 10111 0 10 11001111 1011101 1001001

Color Harmonies of #7AC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC0FA

Black with #7AC0FA

Text Example


Text Example

White with #7AC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,250); }

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

background-color css

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

 a { background-color: rgb(122,192,250); }

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

border-color css

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

 span { border-color: rgb(122,192,250); }

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