Html Css Color HEX #7AB4FA Maya Blue

📋 copy color: '#7AB4FA'

red 122 ◦ green 180 ◦ blue 250

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

Shades of Maya Blue #7AB4FA

Tints of Maya Blue #7AB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.61%

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

R = 22.1%
G = 32.61%
B = 45.29%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AB4FA (or 0x7AB4FA) is known color: Maya Blue. HEX triplet: 7A, B4 and FA. RGB value is (122,180,250). Sum of RGB (Red+Green+Blue) = 122+180+250=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB4FA is #854B05. Grayscale: #AAAAAA. Windows color (decimal): -8735494 or 16430202. OLE color: 16430202.

HSL color Cylindrical-coordinate representation of color #7AB4FA: hue angle of 212.81º 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 #7AB4FA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 180 250 -
CMYK 0.51 0.28 0 0.02
HSL 212.81º 0.93% 0.73% -
HSV(B) 212.81º 0.51% 0.98% -
XYZ 41.6 43.68 96.68 -
YUV 170.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 122 180 250 0.51 0.28 0 0.02 212.81 0.93 0.73
Hex 7A B4 FA 33 1C 0 2 D5 5D 49
Octal 172 264 372 63 34 0 2 325 135 111
Binary 1111010 10110100 11111010 110011 11100 0 10 11010101 1011101 1001001

Color Harmonies of #7AB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB4FA

Black with #7AB4FA

Text Example


Text Example

White with #7AB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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