Html Css Color HEX #7ABEF8 Maya Blue

📋 copy color: '#7ABEF8'

red 122 ◦ green 190 ◦ blue 248

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

Shades of Maya Blue #7ABEF8

Tints of Maya Blue #7ABEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

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

R = 21.79%
G = 33.93%
B = 44.29%

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

#7ABEF8 (or 0x7ABEF8) is known color: Maya Blue. HEX triplet: 7A, BE and F8. RGB value is (122,190,248). Sum of RGB (Red+Green+Blue) = 122+190+248=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ABEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABEF8 is #854107. Grayscale: #AFAFAF. Windows color (decimal): -8732936 or 16301690. OLE color: 16301690.

HSL color Cylindrical-coordinate representation of color #7ABEF8: hue angle of 207.62º 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 #7ABEF8 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 190 248 -
CMYK 0.51 0.23 0 0.03
HSL 207.62º 0.9% 0.73% -
HSV(B) 207.62º 0.51% 0.97% -
XYZ 43.38 47.74 95.74 -
YUV 176.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 122 190 248 0.51 0.23 0 0.03 207.62 0.9 0.73
Hex 7A BE F8 33 17 0 3 D0 5A 49
Octal 172 276 370 63 27 0 3 320 132 111
Binary 1111010 10111110 11111000 110011 10111 0 11 11010000 1011010 1001001

Color Harmonies of #7ABEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEF8

Black with #7ABEF8

Text Example


Text Example

White with #7ABEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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