Html Css Color HEX #7AC2FE Maya Blue

📋 copy color: '#7AC2FE'

red 122 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #7AC2FE

Tints of Maya Blue #7AC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 21.4%
G = 34.04%
B = 44.56%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AC2FE (or 0x7AC2FE) is known color: Maya Blue. HEX triplet: 7A, C2 and FE. RGB value is (122,194,254). Sum of RGB (Red+Green+Blue) = 122+194+254=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC2FE is #853D01. Grayscale: #B3B3B3. Windows color (decimal): -8731906 or 16695930. OLE color: 16695930.

HSL color Cylindrical-coordinate representation of color #7AC2FE: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AC2FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 194 254 -
CMYK 0.52 0.24 0 0.00
HSL 207.27º 0.99% 0.74% -
HSV(B) 207.27º 0.52% 1% -
XYZ 45.21 49.88 101.01 -
YUV 179.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 122 194 254 0.52 0.24 0 0.00 207.27 0.99 0.74
Hex 7A C2 FE 34 18 0 0 CF 63 4A
Octal 172 302 376 64 30 0 0 317 143 112
Binary 1111010 11000010 11111110 110100 11000 0 0 11001111 1100011 1001010

Color Harmonies of #7AC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC2FE

Black with #7AC2FE

Text Example


Text Example

White with #7AC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,194,254); }

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

background-color css

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

 a { background-color: rgb(122,194,254); }

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

border-color css

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

 span { border-color: rgb(122,194,254); }

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