Html Css Color HEX #7AB1FE Maya Blue

📋 copy color: '#7AB1FE'

red 122 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #7AB1FE

Tints of Maya Blue #7AB1FE

RGB

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

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

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

R = 22.06%
G = 32.01%
B = 45.93%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AB1FE (or 0x7AB1FE) is known color: Maya Blue. HEX triplet: 7A, B1 and FE. RGB value is (122,177,254). Sum of RGB (Red+Green+Blue) = 122+177+254=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AB1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB1FE is #854E01. Grayscale: #A8A8A8. Windows color (decimal): -8736258 or 16691578. OLE color: 16691578.

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

Color convert

RGB 122 177 254 -
CMYK 0.52 0.30 0 0.00
HSL 215º 0.99% 0.74% -
HSV(B) 215º 0.52% 1% -
XYZ 41.64 42.74 99.82 -
YUV 169.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 122 177 254 0.52 0.30 0 0.00 215 0.99 0.74
Hex 7A B1 FE 34 1E 0 0 D7 63 4A
Octal 172 261 376 64 36 0 0 327 143 112
Binary 1111010 10110001 11111110 110100 11110 0 0 11010111 1100011 1001010

Color Harmonies of #7AB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1FE

Black with #7AB1FE

Text Example


Text Example

White with #7AB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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