Html Css Color HEX #7AC0FF Maya Blue

📋 copy color: '#7AC0FF'

red 122 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #7AC0FF

Tints of Maya Blue #7AC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.74%

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

R = 21.44%
G = 33.74%
B = 44.82%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AC0FF (or 0x7AC0FF) is known color: Maya Blue. HEX triplet: 7A, C0 and FF. RGB value is (122,192,255). Sum of RGB (Red+Green+Blue) = 122+192+255=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC0FF is #853F00. Grayscale: #B1B1B1. Windows color (decimal): -8732417 or 16760954. OLE color: 16760954.

HSL color Cylindrical-coordinate representation of color #7AC0FF: hue angle of 208.42º 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 #7AC0FF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 192 255 -
CMYK 0.52 0.25 0 0
HSL 208.42º 1% 0.74% -
HSV(B) 208.42º 0.52% 1% -
XYZ 44.93 49.06 101.71 -
YUV 178.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 122 192 255 0.52 0.25 0 0 208.42 1 0.74
Hex 7A C0 FF 34 19 0 0 D0 64 4A
Octal 172 300 377 64 31 0 0 320 144 112
Binary 1111010 11000000 11111111 110100 11001 0 0 11010000 1100100 1001010

Color Harmonies of #7AC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC0FF

Black with #7AC0FF

Text Example


Text Example

White with #7AC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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