Html Css Color HEX #79BDF2 Maya Blue

📋 copy color: '#79BDF2'

red 121 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #79BDF2

Tints of Maya Blue #79BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 21.92%
G = 34.24%
B = 43.84%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#79BDF2 (or 0x79BDF2) is known color: Maya Blue. HEX triplet: 79, BD and F2. RGB value is (121,189,242). Sum of RGB (Red+Green+Blue) = 121+189+242=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #79BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BDF2 is #86420D. Grayscale: #AEAEAE. Windows color (decimal): -8798734 or 15908217. OLE color: 15908217.

HSL color Cylindrical-coordinate representation of color #79BDF2: hue angle of 206.28º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79BDF2 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 189 242 -
CMYK 0.50 0.22 0 0.05
HSL 206.28º 0.82% 0.71% -
HSV(B) 206.28º 0.5% 0.95% -
XYZ 42.11 46.87 90.83 -
YUV 174.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 121 189 242 0.50 0.22 0 0.05 206.28 0.82 0.71
Hex 79 BD F2 32 16 0 5 CE 52 47
Octal 171 275 362 62 26 0 5 316 122 107
Binary 1111001 10111101 11110010 110010 10110 0 101 11001110 1010010 1000111

Color Harmonies of #79BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BDF2

Black with #79BDF2

Text Example


Text Example

White with #79BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,189,242); }

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

background-color css

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

 a { background-color: rgb(121,189,242); }

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

border-color css

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

 span { border-color: rgb(121,189,242); }

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