Html Css Color HEX #7ABFF8 Maya Blue

📋 copy color: '#7ABFF8'

red 122 ◦ green 191 ◦ blue 248

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

Shades of Maya Blue #7ABFF8

Tints of Maya Blue #7ABFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 21.75%
G = 34.05%
B = 44.21%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7ABFF8 (or 0x7ABFF8) is known color: Maya Blue. HEX triplet: 7A, BF and F8. RGB value is (122,191,248). Sum of RGB (Red+Green+Blue) = 122+191+248=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ABFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFF8 is #854007. Grayscale: #B0B0B0. Windows color (decimal): -8732680 or 16301946. OLE color: 16301946.

HSL color Cylindrical-coordinate representation of color #7ABFF8: hue angle of 207.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABFF8 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 191 248 -
CMYK 0.51 0.23 0 0.03
HSL 207.14º 0.9% 0.73% -
HSV(B) 207.14º 0.51% 0.97% -
XYZ 43.6 48.18 95.81 -
YUV 176.87 168.14 88.87 -
System Red Green Blue C M Y K H S L
Decimal 122 191 248 0.51 0.23 0 0.03 207.14 0.9 0.73
Hex 7A BF F8 33 17 0 3 CF 5A 49
Octal 172 277 370 63 27 0 3 317 132 111
Binary 1111010 10111111 11111000 110011 10111 0 11 11001111 1011010 1001001

Color Harmonies of #7ABFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFF8

Black with #7ABFF8

Text Example


Text Example

White with #7ABFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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