Html Css Color HEX #7ABAF5 Maya Blue

📋 copy color: '#7ABAF5'

red 122 ◦ green 186 ◦ blue 245

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

Shades of Maya Blue #7ABAF5

Tints of Maya Blue #7ABAF5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 245 (96.09% from 255) = 44.3%

R = 22.06%
G = 33.63%
B = 44.3%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7ABAF5 (or 0x7ABAF5) is known color: Maya Blue. HEX triplet: 7A, BA and F5. RGB value is (122,186,245). Sum of RGB (Red+Green+Blue) = 122+186+245=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #7ABAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAF5 is #85450A. Grayscale: #ADADAD. Windows color (decimal): -8733963 or 16104058. OLE color: 16104058.

HSL color Cylindrical-coordinate representation of color #7ABAF5: hue angle of 208.78º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABAF5 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 186 245 -
CMYK 0.50 0.24 0 0.04
HSL 208.78º 0.86% 0.72% -
HSV(B) 208.78º 0.5% 0.96% -
XYZ 42.07 45.85 93.02 -
YUV 173.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 122 186 245 0.50 0.24 0 0.04 208.78 0.86 0.72
Hex 7A BA F5 32 18 0 4 D1 56 48
Octal 172 272 365 62 30 0 4 321 126 110
Binary 1111010 10111010 11110101 110010 11000 0 100 11010001 1010110 1001000

Color Harmonies of #7ABAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAF5

Black with #7ABAF5

Text Example


Text Example

White with #7ABAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,245); }

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

background-color css

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

 a { background-color: rgb(122,186,245); }

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

border-color css

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

 span { border-color: rgb(122,186,245); }

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