Html Css Color HEX #7ABCF0 Maya Blue

📋 copy color: '#7ABCF0'

red 122 ◦ green 188 ◦ blue 240

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

Shades of Maya Blue #7ABCF0

Tints of Maya Blue #7ABCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 22.18%
G = 34.18%
B = 43.64%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7ABCF0 (or 0x7ABCF0) is known color: Maya Blue. HEX triplet: 7A, BC and F0. RGB value is (122,188,240). Sum of RGB (Red+Green+Blue) = 122+188+240=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #7ABCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCF0 is #85430F. Grayscale: #ADADAD. Windows color (decimal): -8733456 or 15776890. OLE color: 15776890.

HSL color Cylindrical-coordinate representation of color #7ABCF0: hue angle of 206.44º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ABCF0 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 188 240 -
CMYK 0.49 0.22 0 0.06
HSL 206.44º 0.8% 0.71% -
HSV(B) 206.44º 0.49% 0.94% -
XYZ 41.74 46.4 89.19 -
YUV 174.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 122 188 240 0.49 0.22 0 0.06 206.44 0.8 0.71
Hex 7A BC F0 31 16 0 6 CE 50 47
Octal 172 274 360 61 26 0 6 316 120 107
Binary 1111010 10111100 11110000 110001 10110 0 110 11001110 1010000 1000111

Color Harmonies of #7ABCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCF0

Black with #7ABCF0

Text Example


Text Example

White with #7ABCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,188,240); }

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

background-color css

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

 a { background-color: rgb(122,188,240); }

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

border-color css

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

 span { border-color: rgb(122,188,240); }

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