Html Css Color HEX #79BAFE Maya Blue

📋 copy color: '#79BAFE'

red 121 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #79BAFE

Tints of Maya Blue #79BAFE

RGB

 RED value IS 121 (47.66% from 255) = 21.57%

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 21.57%
G = 33.16%
B = 45.28%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#79BAFE (or 0x79BAFE) is known color: Maya Blue. HEX triplet: 79, BA and FE. RGB value is (121,186,254). Sum of RGB (Red+Green+Blue) = 121+186+254=561 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.57% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #79BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BAFE is #864501. Grayscale: #ADADAD. Windows color (decimal): -8799490 or 16693881. OLE color: 16693881.

HSL color Cylindrical-coordinate representation of color #79BAFE: hue angle of 210.68º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79BAFE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 186 254 -
CMYK 0.52 0.27 0 0.00
HSL 210.68º 0.99% 0.74% -
HSV(B) 210.68º 0.52% 1% -
XYZ 43.33 46.34 100.43 -
YUV 174.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 121 186 254 0.52 0.27 0 0.00 210.68 0.99 0.74
Hex 79 BA FE 34 1B 0 0 D3 63 4A
Octal 171 272 376 64 33 0 0 323 143 112
Binary 1111001 10111010 11111110 110100 11011 0 0 11010011 1100011 1001010

Color Harmonies of #79BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BAFE

Black with #79BAFE

Text Example


Text Example

White with #79BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79BAFE; }

 p { color: rgb(121,186,254); }

 H1.HeaderClassName
 {
   color: #79BAFE;
 }
 .AnyTagClassName
 {
   color: #79BAFE;
 }
</style>

background-color css

<style>
 a { background-color: #79BAFE; }

 a { background-color: rgb(121,186,254); }

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

border-color css

<style>
 span { border-color: #79BAFE; }

 span { border-color: rgb(121,186,254); }

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