#78BEF1

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

Shades of Maya Blue #78BEF1

Tints of Maya Blue #78BEF1

Color information

#78BEF1 (or 0x78BEF1) is unknown color: approx Maya Blue. HEX triplet: 78, BE and F1. RGB value is (120,190,241). Sum of RGB (Red+Green+Blue) = 120+190+241=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #78BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BEF1 is #87410E. Grayscale: #AEAEAE. Windows color (decimal): -8864015 or 15842936. OLE color: 15842936.

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

Color convert

RGB120190241-
CMYK0.500.2100.05
HSL205.29º81.21%70.78%-
HSV(B)205.29º50.21%94.51%-
XYZ42.0447.1790.11-
YUV174.88165.3188.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=21.78%
G=34.48%
B=43.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201902410.500.2100.05205.2981.2170.78
Hex78BEF1321505cd5147
Octal170276361622505315121107
Binary111100010111110111100011100101010101011100110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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