Html Css Color HEX #7AC5FF Maya Blue

📋 copy color: '#7AC5FF'

red 122 ◦ green 197 ◦ blue 255

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

Shades of Maya Blue #7AC5FF

Tints of Maya Blue #7AC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

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

R = 21.25%
G = 34.32%
B = 44.43%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AC5FF (or 0x7AC5FF) is known color: Maya Blue. HEX triplet: 7A, C5 and FF. RGB value is (122,197,255). Sum of RGB (Red+Green+Blue) = 122+197+255=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AC5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC5FF is #853A00. Grayscale: #B4B4B4. Windows color (decimal): -8731137 or 16762234. OLE color: 16762234.

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

Color convert

RGB 122 197 255 -
CMYK 0.52 0.23 0 0
HSL 206.17º 1% 0.74% -
HSV(B) 206.17º 0.52% 1% -
XYZ 46.04 51.29 102.08 -
YUV 181.19 169.65 85.78 -
System Red Green Blue C M Y K H S L
Decimal 122 197 255 0.52 0.23 0 0 206.17 1 0.74
Hex 7A C5 FF 34 17 0 0 CE 64 4A
Octal 172 305 377 64 27 0 0 316 144 112
Binary 1111010 11000101 11111111 110100 10111 0 0 11001110 1100100 1001010

Color Harmonies of #7AC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC5FF

Black with #7AC5FF

Text Example


Text Example

White with #7AC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,255); }

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

background-color css

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

 a { background-color: rgb(122,197,255); }

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

border-color css

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

 span { border-color: rgb(122,197,255); }

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