Html Css Color HEX #7AC1FE Maya Blue

📋 copy color: '#7AC1FE'

red 122 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #7AC1FE

Tints of Maya Blue #7AC1FE

RGB

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

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

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

R = 21.44%
G = 33.92%
B = 44.64%

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

#7AC1FE (or 0x7AC1FE) is known color: Maya Blue. HEX triplet: 7A, C1 and FE. RGB value is (122,193,254). Sum of RGB (Red+Green+Blue) = 122+193+254=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AC1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC1FE is #853E01. Grayscale: #B2B2B2. Windows color (decimal): -8732162 or 16695674. OLE color: 16695674.

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

Color convert

RGB 122 193 254 -
CMYK 0.52 0.24 0 0.00
HSL 207.73º 0.99% 0.74% -
HSV(B) 207.73º 0.52% 1% -
XYZ 44.99 49.43 100.94 -
YUV 178.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 122 193 254 0.52 0.24 0 0.00 207.73 0.99 0.74
Hex 7A C1 FE 34 18 0 0 D0 63 4A
Octal 172 301 376 64 30 0 0 320 143 112
Binary 1111010 11000001 11111110 110100 11000 0 0 11010000 1100011 1001010

Color Harmonies of #7AC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC1FE

Black with #7AC1FE

Text Example


Text Example

White with #7AC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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