Html Css Color HEX #7AC1F6 Maya Blue

📋 copy color: '#7AC1F6'

red 122 ◦ green 193 ◦ blue 246

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

Shades of Maya Blue #7AC1F6

Tints of Maya Blue #7AC1F6

RGB

 RED value IS 122 (48.05% from 255) = 21.75%

 GREEN value IS 193 (75.78% from 255) = 34.4%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 21.75%
G = 34.4%
B = 43.85%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AC1F6 (or 0x7AC1F6) is known color: Maya Blue. HEX triplet: 7A, C1 and F6. RGB value is (122,193,246). Sum of RGB (Red+Green+Blue) = 122+193+246=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AC1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC1F6 is #853E09. Grayscale: #B1B1B1. Windows color (decimal): -8732170 or 16171386. OLE color: 16171386.

HSL color Cylindrical-coordinate representation of color #7AC1F6: hue angle of 205.65º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC1F6 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 193 246 -
CMYK 0.50 0.22 0 0.04
HSL 205.65º 0.87% 0.72% -
HSV(B) 205.65º 0.5% 0.96% -
XYZ 43.73 48.93 94.33 -
YUV 177.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 122 193 246 0.50 0.22 0 0.04 205.65 0.87 0.72
Hex 7A C1 F6 32 16 0 4 CE 57 48
Octal 172 301 366 62 26 0 4 316 127 110
Binary 1111010 11000001 11110110 110010 10110 0 100 11001110 1010111 1001000

Color Harmonies of #7AC1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC1F6

Black with #7AC1F6

Text Example


Text Example

White with #7AC1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AC1F6; }

 p { color: rgb(122,193,246); }

 H1.HeaderClassName
 {
   color: #7AC1F6;
 }
 .AnyTagClassName
 {
   color: #7AC1F6;
 }
</style>

background-color css

<style>
 a { background-color: #7AC1F6; }

 a { background-color: rgb(122,193,246); }

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

border-color css

<style>
 span { border-color: #7AC1F6; }

 span { border-color: rgb(122,193,246); }

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