Html Css Color HEX #78BAF1 Maya Blue

📋 copy color: '#78BAF1'

red 120 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #78BAF1

Tints of Maya Blue #78BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 21.94%
G = 34%
B = 44.06%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78BAF1 (or 0x78BAF1) is known color: Maya Blue. HEX triplet: 78, BA and F1. RGB value is (120,186,241). Sum of RGB (Red+Green+Blue) = 120+186+241=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #78BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BAF1 is #87450E. Grayscale: #ACACAC. Windows color (decimal): -8865039 or 15841912. OLE color: 15841912.

HSL color Cylindrical-coordinate representation of color #78BAF1: hue angle of 207.27º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BAF1 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 186 241 -
CMYK 0.50 0.23 0 0.05
HSL 207.27º 0.81% 0.71% -
HSV(B) 207.27º 0.5% 0.95% -
XYZ 41.18 45.46 89.82 -
YUV 172.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 120 186 241 0.50 0.23 0 0.05 207.27 0.81 0.71
Hex 78 BA F1 32 17 0 5 CF 51 47
Octal 170 272 361 62 27 0 5 317 121 107
Binary 1111000 10111010 11110001 110010 10111 0 101 11001111 1010001 1000111

Color Harmonies of #78BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAF1

Black with #78BAF1

Text Example


Text Example

White with #78BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,186,241); }

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

background-color css

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

 a { background-color: rgb(120,186,241); }

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

border-color css

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

 span { border-color: rgb(120,186,241); }

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