Html Css Color HEX #78ACFF Maya Blue

📋 copy color: '#78ACFF'

red 120 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #78ACFF

Tints of Maya Blue #78ACFF

RGB

 RED value IS 120 (47.27% from 255) = 21.94%

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

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

R = 21.94%
G = 31.44%
B = 46.62%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78ACFF (or 0x78ACFF) is known color: Maya Blue. HEX triplet: 78, AC and FF. RGB value is (120,172,255). Sum of RGB (Red+Green+Blue) = 120+172+255=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #78ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACFF is #875300. Grayscale: #A5A5A5. Windows color (decimal): -8868609 or 16755832. OLE color: 16755832.

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

Color convert

RGB 120 172 255 -
CMYK 0.53 0.33 0 0
HSL 216.89º 1% 0.74% -
HSV(B) 216.89º 0.53% 1% -
XYZ 40.55 40.72 100.33 -
YUV 165.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 120 172 255 0.53 0.33 0 0 216.89 1 0.74
Hex 78 AC FF 35 21 0 0 D9 64 4A
Octal 170 254 377 65 41 0 0 331 144 112
Binary 1111000 10101100 11111111 110101 100001 0 0 11011001 1100100 1001010

Color Harmonies of #78ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ACFF

Black with #78ACFF

Text Example


Text Example

White with #78ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78ACFF; }

 p { color: rgb(120,172,255); }

 H1.HeaderClassName
 {
   color: #78ACFF;
 }
 .AnyTagClassName
 {
   color: #78ACFF;
 }
</style>

background-color css

<style>
 a { background-color: #78ACFF; }

 a { background-color: rgb(120,172,255); }

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

border-color css

<style>
 span { border-color: #78ACFF; }

 span { border-color: rgb(120,172,255); }

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