Html Css Color HEX #79BCFF Maya Blue

📋 copy color: '#79BCFF'

red 121 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #79BCFF

Tints of Maya Blue #79BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 21.45%
G = 33.33%
B = 45.21%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#79BCFF (or 0x79BCFF) is known color: Maya Blue. HEX triplet: 79, BC and FF. RGB value is (121,188,255). Sum of RGB (Red+Green+Blue) = 121+188+255=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #79BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BCFF is #864300. Grayscale: #AFAFAF. Windows color (decimal): -8798977 or 16759929. OLE color: 16759929.

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

Color convert

RGB 121 188 255 -
CMYK 0.53 0.26 0 0
HSL 210º 1% 0.74% -
HSV(B) 210º 0.53% 1% -
XYZ 43.92 47.25 101.41 -
YUV 175.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 121 188 255 0.53 0.26 0 0 210 1 0.74
Hex 79 BC FF 35 1A 0 0 D2 64 4A
Octal 171 274 377 65 32 0 0 322 144 112
Binary 1111001 10111100 11111111 110101 11010 0 0 11010010 1100100 1001010

Color Harmonies of #79BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BCFF

Black with #79BCFF

Text Example


Text Example

White with #79BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,188,255); }

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

background-color css

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

 a { background-color: rgb(121,188,255); }

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

border-color css

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

 span { border-color: rgb(121,188,255); }

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