Html Css Color HEX #79C0FA Maya Blue

📋 copy color: '#79C0FA'

red 121 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #79C0FA

Tints of Maya Blue #79C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 21.49%
G = 34.1%
B = 44.4%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#79C0FA (or 0x79C0FA) is known color: Maya Blue. HEX triplet: 79, C0 and FA. RGB value is (121,192,250). Sum of RGB (Red+Green+Blue) = 121+192+250=563 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.49% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #79C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0FA is #863F05. Grayscale: #B1B1B1. Windows color (decimal): -8797958 or 16433273. OLE color: 16433273.

HSL color Cylindrical-coordinate representation of color #79C0FA: hue angle of 206.98º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79C0FA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 192 250 -
CMYK 0.52 0.23 0 0.02
HSL 206.98º 0.93% 0.73% -
HSV(B) 206.98º 0.52% 0.98% -
XYZ 43.99 48.67 97.52 -
YUV 177.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 121 192 250 0.52 0.23 0 0.02 206.98 0.93 0.73
Hex 79 C0 FA 34 17 0 2 CF 5D 49
Octal 171 300 372 64 27 0 2 317 135 111
Binary 1111001 11000000 11111010 110100 10111 0 10 11001111 1011101 1001001

Color Harmonies of #79C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C0FA

Black with #79C0FA

Text Example


Text Example

White with #79C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,192,250); }

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

background-color css

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

 a { background-color: rgb(121,192,250); }

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

border-color css

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

 span { border-color: rgb(121,192,250); }

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