Html Css Color HEX #7AACFC Maya Blue

📋 copy color: '#7AACFC'

red 122 ◦ green 172 ◦ blue 252

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

Shades of Maya Blue #7AACFC

Tints of Maya Blue #7AACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.5%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 22.34%
G = 31.5%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AACFC (or 0x7AACFC) is known color: Maya Blue. HEX triplet: 7A, AC and FC. RGB value is (122,172,252). Sum of RGB (Red+Green+Blue) = 122+172+252=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACFC is #855303. Grayscale: #A5A5A5. Windows color (decimal): -8737540 or 16559226. OLE color: 16559226.

HSL color Cylindrical-coordinate representation of color #7AACFC: hue angle of 216.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AACFC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 172 252 -
CMYK 0.52 0.32 0 0.01
HSL 216.92º 0.96% 0.73% -
HSV(B) 216.92º 0.52% 0.99% -
XYZ 40.35 40.67 97.82 -
YUV 166.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 122 172 252 0.52 0.32 0 0.01 216.92 0.96 0.73
Hex 7A AC FC 34 20 0 1 D9 60 49
Octal 172 254 374 64 40 0 1 331 140 111
Binary 1111010 10101100 11111100 110100 100000 0 1 11011001 1100000 1001001

Color Harmonies of #7AACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACFC

Black with #7AACFC

Text Example


Text Example

White with #7AACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,172,252); }

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

background-color css

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

 a { background-color: rgb(122,172,252); }

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

border-color css

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

 span { border-color: rgb(122,172,252); }

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