Html Css Color HEX #7ABFF0 Maya Blue

📋 copy color: '#7ABFF0'

red 122 ◦ green 191 ◦ blue 240

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

Shades of Maya Blue #7ABFF0

Tints of Maya Blue #7ABFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 34.54%

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

R = 22.06%
G = 34.54%
B = 43.4%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7ABFF0 (or 0x7ABFF0) is known color: Maya Blue. HEX triplet: 7A, BF and F0. RGB value is (122,191,240). Sum of RGB (Red+Green+Blue) = 122+191+240=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #7ABFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFF0 is #85400F. Grayscale: #AFAFAF. Windows color (decimal): -8732688 or 15777658. OLE color: 15777658.

HSL color Cylindrical-coordinate representation of color #7ABFF0: hue angle of 204.92º 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 #7ABFF0 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 191 240 -
CMYK 0.49 0.20 0 0.06
HSL 204.92º 0.8% 0.71% -
HSV(B) 204.92º 0.49% 0.94% -
XYZ 42.39 47.69 89.41 -
YUV 175.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 122 191 240 0.49 0.20 0 0.06 204.92 0.8 0.71
Hex 7A BF F0 31 14 0 6 CD 50 47
Octal 172 277 360 61 24 0 6 315 120 107
Binary 1111010 10111111 11110000 110001 10100 0 110 11001101 1010000 1000111

Color Harmonies of #7ABFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFF0

Black with #7ABFF0

Text Example


Text Example

White with #7ABFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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