Html Css Color HEX #78AFFF Maya Blue

📋 copy color: '#78AFFF'

red 120 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #78AFFF

Tints of Maya Blue #78AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

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

R = 21.82%
G = 31.82%
B = 46.36%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78AFFF (or 0x78AFFF) is known color: Maya Blue. HEX triplet: 78, AF and FF. RGB value is (120,175,255). Sum of RGB (Red+Green+Blue) = 120+175+255=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #78AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFFF is #875000. Grayscale: #A7A7A7. Windows color (decimal): -8867841 or 16756600. OLE color: 16756600.

HSL color Cylindrical-coordinate representation of color #78AFFF: hue angle of 215.56º 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 #78AFFF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 175 255 -
CMYK 0.53 0.31 0 0
HSL 215.56º 1% 0.74% -
HSV(B) 215.56º 0.53% 1% -
XYZ 41.13 41.87 100.52 -
YUV 167.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 120 175 255 0.53 0.31 0 0 215.56 1 0.74
Hex 78 AF FF 35 1F 0 0 D8 64 4A
Octal 170 257 377 65 37 0 0 330 144 112
Binary 1111000 10101111 11111111 110101 11111 0 0 11011000 1100100 1001010

Color Harmonies of #78AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFFF

Black with #78AFFF

Text Example


Text Example

White with #78AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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