Html Css Color HEX #78B0FF Maya Blue

📋 copy color: '#78B0FF'

red 120 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #78B0FF

Tints of Maya Blue #78B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

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

R = 21.78%
G = 31.94%
B = 46.28%

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

#78B0FF (or 0x78B0FF) is known color: Maya Blue. HEX triplet: 78, B0 and FF. RGB value is (120,176,255). Sum of RGB (Red+Green+Blue) = 120+176+255=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #78B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B0FF is #874F00. Grayscale: #A7A7A7. Windows color (decimal): -8867585 or 16756856. OLE color: 16756856.

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

Color convert

RGB 120 176 255 -
CMYK 0.53 0.31 0 0
HSL 215.11º 1% 0.74% -
HSV(B) 215.11º 0.53% 1% -
XYZ 41.32 42.26 100.59 -
YUV 168.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 120 176 255 0.53 0.31 0 0 215.11 1 0.74
Hex 78 B0 FF 35 1F 0 0 D7 64 4A
Octal 170 260 377 65 37 0 0 327 144 112
Binary 1111000 10110000 11111111 110101 11111 0 0 11010111 1100100 1001010

Color Harmonies of #78B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B0FF

Black with #78B0FF

Text Example


Text Example

White with #78B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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