Html Css Color HEX #7AB4FE Maya Blue

📋 copy color: '#7AB4FE'

red 122 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #7AB4FE

Tints of Maya Blue #7AB4FE

RGB

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

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

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

R = 21.94%
G = 32.37%
B = 45.68%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AB4FE (or 0x7AB4FE) is known color: Maya Blue. HEX triplet: 7A, B4 and FE. RGB value is (122,180,254). Sum of RGB (Red+Green+Blue) = 122+180+254=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB4FE is #854B01. Grayscale: #AAAAAA. Windows color (decimal): -8735490 or 16692346. OLE color: 16692346.

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

Color convert

RGB 122 180 254 -
CMYK 0.52 0.29 0 0.00
HSL 213.64º 0.99% 0.74% -
HSV(B) 213.64º 0.52% 1% -
XYZ 42.24 43.94 100.02 -
YUV 171.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 122 180 254 0.52 0.29 0 0.00 213.64 0.99 0.74
Hex 7A B4 FE 34 1D 0 0 D6 63 4A
Octal 172 264 376 64 35 0 0 326 143 112
Binary 1111010 10110100 11111110 110100 11101 0 0 11010110 1100011 1001010

Color Harmonies of #7AB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB4FE

Black with #7AB4FE

Text Example


Text Example

White with #7AB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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