#78BAEF

Color #78BAEF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #78BAEF

Tints of Maya Blue #78BAEF

Color information

#78BAEF (or 0x78BAEF) is unknown color: approx Maya Blue. HEX triplet: 78, BA and EF. RGB value is (120,186,239). Sum of RGB (Red+Green+Blue) = 120+186+239=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #78BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BAEF is #874510. Grayscale: #ACACAC. Windows color (decimal): -8865041 or 15710840. OLE color: 15710840.

HSL color Cylindrical-coordinate representation of color #78BAEF: hue angle of 206.72º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BAEF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120186239-
CMYK0.500.2200.06
HSL206.72º78.81%70.39%-
HSV(B)206.72º49.79%93.73%-
XYZ40.8845.3488.26-
YUV172.31165.6390.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=22.02%
G=34.13%
B=43.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1201862390.500.2200.06206.7278.8170.39
Hex78BAEF321606cf4f46
Octal170272357622606317117106
Binary111100010111010111011111100101011001101100111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78BAEF;
 }
 .AnyTagClassName
 {
   color: #78BAEF;
 }
</style>
background-color css

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

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

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

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

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

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