Html Css Color HEX #7AB4FF Maya Blue

📋 copy color: '#7AB4FF'

red 122 ◦ green 180 ◦ blue 255

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

Shades of Maya Blue #7AB4FF

Tints of Maya Blue #7AB4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 21.9%
G = 32.32%
B = 45.78%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AB4FF (or 0x7AB4FF) is known color: Maya Blue. HEX triplet: 7A, B4 and FF. RGB value is (122,180,255). Sum of RGB (Red+Green+Blue) = 122+180+255=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AB4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB4FF is #854B00. Grayscale: #AAAAAA. Windows color (decimal): -8735489 or 16757882. OLE color: 16757882.

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

Color convert

RGB 122 180 255 -
CMYK 0.52 0.29 0 0
HSL 213.83º 1% 0.74% -
HSV(B) 213.83º 0.52% 1% -
XYZ 42.4 44 100.87 -
YUV 171.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 122 180 255 0.52 0.29 0 0 213.83 1 0.74
Hex 7A B4 FF 34 1D 0 0 D6 64 4A
Octal 172 264 377 64 35 0 0 326 144 112
Binary 1111010 10110100 11111111 110100 11101 0 0 11010110 1100100 1001010

Color Harmonies of #7AB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB4FF

Black with #7AB4FF

Text Example


Text Example

White with #7AB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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