Html Css Color HEX #7ACCFF Maya Blue

📋 copy color: '#7ACCFF'

red 122 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #7ACCFF

Tints of Maya Blue #7ACCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.11%

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

R = 21%
G = 35.11%
B = 43.89%

CMYK

 C value IS 0.52

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7ACCFF (or 0x7ACCFF) is known color: Maya Blue. HEX triplet: 7A, CC and FF. RGB value is (122,204,255). Sum of RGB (Red+Green+Blue) = 122+204+255=581 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.00% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ACCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACCFF is #853300. Grayscale: #B9B9B9. Windows color (decimal): -8729345 or 16764026. OLE color: 16764026.

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

Color convert

RGB 122 204 255 -
CMYK 0.52 0.2 0 0
HSL 203.01º 1% 0.74% -
HSV(B) 203.01º 0.52% 1% -
XYZ 47.67 54.54 102.62 -
YUV 185.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 122 204 255 0.52 0.2 0 0 203.01 1 0.74
Hex 7A CC FF 34 14 0 0 CB 64 4A
Octal 172 314 377 64 24 0 0 313 144 112
Binary 1111010 11001100 11111111 110100 10100 0 0 11001011 1100100 1001010

Color Harmonies of #7ACCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACCFF

Black with #7ACCFF

Text Example


Text Example

White with #7ACCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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