Html Css Color HEX #78BAF2 Maya Blue

📋 copy color: '#78BAF2'

red 120 ◦ green 186 ◦ blue 242

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

Shades of Maya Blue #78BAF2

Tints of Maya Blue #78BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 21.9%
G = 33.94%
B = 44.16%

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

#78BAF2 (or 0x78BAF2) is known color: Maya Blue. HEX triplet: 78, BA and F2. RGB value is (120,186,242). Sum of RGB (Red+Green+Blue) = 120+186+242=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #78BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BAF2 is #87450D. Grayscale: #ACACAC. Windows color (decimal): -8865038 or 15907448. OLE color: 15907448.

HSL color Cylindrical-coordinate representation of color #78BAF2: hue angle of 207.54º degrees, saturation: 0.82, 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 #78BAF2 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 186 242 -
CMYK 0.50 0.23 0 0.05
HSL 207.54º 0.82% 0.71% -
HSV(B) 207.54º 0.5% 0.95% -
XYZ 41.33 45.52 90.61 -
YUV 172.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 120 186 242 0.50 0.23 0 0.05 207.54 0.82 0.71
Hex 78 BA F2 32 17 0 5 D0 52 47
Octal 170 272 362 62 27 0 5 320 122 107
Binary 1111000 10111010 11110010 110010 10111 0 101 11010000 1010010 1000111

Color Harmonies of #78BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAF2

Black with #78BAF2

Text Example


Text Example

White with #78BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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