Html Css Color HEX #7ABAFF Maya Blue

📋 copy color: '#7ABAFF'

red 122 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #7ABAFF

Tints of Maya Blue #7ABAFF

RGB

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

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

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

R = 21.67%
G = 33.04%
B = 45.29%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7ABAFF (or 0x7ABAFF) is known color: Maya Blue. HEX triplet: 7A, BA and FF. RGB value is (122,186,255). Sum of RGB (Red+Green+Blue) = 122+186+255=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAFF is #854500. Grayscale: #AEAEAE. Windows color (decimal): -8733953 or 16759418. OLE color: 16759418.

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

Color convert

RGB 122 186 255 -
CMYK 0.52 0.27 0 0
HSL 211.13º 1% 0.74% -
HSV(B) 211.13º 0.52% 1% -
XYZ 43.63 46.48 101.28 -
YUV 174.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 122 186 255 0.52 0.27 0 0 211.13 1 0.74
Hex 7A BA FF 34 1B 0 0 D3 64 4A
Octal 172 272 377 64 33 0 0 323 144 112
Binary 1111010 10111010 11111111 110100 11011 0 0 11010011 1100100 1001010

Color Harmonies of #7ABAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAFF

Black with #7ABAFF

Text Example


Text Example

White with #7ABAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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