Html Css Color HEX #7AB0FF Maya Blue

📋 copy color: '#7AB0FF'

red 122 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #7AB0FF

Tints of Maya Blue #7AB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

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

R = 22.06%
G = 31.83%
B = 46.11%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AB0FF (or 0x7AB0FF) is known color: Maya Blue. HEX triplet: 7A, B0 and FF. RGB value is (122,176,255). Sum of RGB (Red+Green+Blue) = 122+176+255=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB0FF is #854F00. Grayscale: #A8A8A8. Windows color (decimal): -8736513 or 16756858. OLE color: 16756858.

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

Color convert

RGB 122 176 255 -
CMYK 0.52 0.31 0 0
HSL 215.64º 1% 0.74% -
HSV(B) 215.64º 0.52% 1% -
XYZ 41.6 42.41 100.6 -
YUV 168.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 122 176 255 0.52 0.31 0 0 215.64 1 0.74
Hex 7A B0 FF 34 1F 0 0 D8 64 4A
Octal 172 260 377 64 37 0 0 330 144 112
Binary 1111010 10110000 11111111 110100 11111 0 0 11011000 1100100 1001010

Color Harmonies of #7AB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0FF

Black with #7AB0FF

Text Example


Text Example

White with #7AB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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