Html Css Color HEX #7AB1FC Maya Blue

📋 copy color: '#7AB1FC'

red 122 ◦ green 177 ◦ blue 252

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

Shades of Maya Blue #7AB1FC

Tints of Maya Blue #7AB1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 22.14%
G = 32.12%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AB1FC (or 0x7AB1FC) is known color: Maya Blue. HEX triplet: 7A, B1 and FC. RGB value is (122,177,252). Sum of RGB (Red+Green+Blue) = 122+177+252=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AB1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB1FC is #854E03. Grayscale: #A8A8A8. Windows color (decimal): -8736260 or 16560506. OLE color: 16560506.

HSL color Cylindrical-coordinate representation of color #7AB1FC: hue angle of 214.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB1FC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 177 252 -
CMYK 0.52 0.30 0 0.01
HSL 214.62º 0.96% 0.73% -
HSV(B) 214.62º 0.52% 0.99% -
XYZ 41.32 42.61 98.14 -
YUV 169.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 122 177 252 0.52 0.30 0 0.01 214.62 0.96 0.73
Hex 7A B1 FC 34 1E 0 1 D7 60 49
Octal 172 261 374 64 36 0 1 327 140 111
Binary 1111010 10110001 11111100 110100 11110 0 1 11010111 1100000 1001001

Color Harmonies of #7AB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1FC

Black with #7AB1FC

Text Example


Text Example

White with #7AB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,252); }

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

background-color css

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

 a { background-color: rgb(122,177,252); }

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

border-color css

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

 span { border-color: rgb(122,177,252); }

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