Html Css Color HEX #79B2FF Maya Blue

📋 copy color: '#79B2FF'

red 121 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #79B2FF

Tints of Maya Blue #79B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 21.84%
G = 32.13%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#79B2FF (or 0x79B2FF) is known color: Maya Blue. HEX triplet: 79, B2 and FF. RGB value is (121,178,255). Sum of RGB (Red+Green+Blue) = 121+178+255=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #79B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B2FF is #864D00. Grayscale: #A9A9A9. Windows color (decimal): -8801537 or 16757369. OLE color: 16757369.

HSL color Cylindrical-coordinate representation of color #79B2FF: hue angle of 214.48º 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 #79B2FF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 178 255 -
CMYK 0.53 0.30 0 0
HSL 214.48º 1% 0.74% -
HSV(B) 214.48º 0.53% 1% -
XYZ 41.86 43.13 100.73 -
YUV 169.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 121 178 255 0.53 0.30 0 0 214.48 1 0.74
Hex 79 B2 FF 35 1E 0 0 D6 64 4A
Octal 171 262 377 65 36 0 0 326 144 112
Binary 1111001 10110010 11111111 110101 11110 0 0 11010110 1100100 1001010

Color Harmonies of #79B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B2FF

Black with #79B2FF

Text Example


Text Example

White with #79B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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