#78BFEE

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

Shades of Maya Blue #78BFEE

Tints of Maya Blue #78BFEE

Color information

#78BFEE (or 0x78BFEE) is unknown color: approx Maya Blue. HEX triplet: 78, BF and EE. RGB value is (120,191,238). Sum of RGB (Red+Green+Blue) = 120+191+238=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #78BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFEE is #874011. Grayscale: #AEAEAE. Windows color (decimal): -8863762 or 15646584. OLE color: 15646584.

HSL color Cylindrical-coordinate representation of color #78BFEE: hue angle of 203.9º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BFEE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120191238-
CMYK0.500.2000.07
HSL203.9º77.63%70.2%-
HSV(B)203.9º49.58%93.33%-
XYZ41.8147.4387.84-
YUV175.13163.4888.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.86%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=21.86%
G=34.79%
B=43.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201912380.500.2000.07203.977.6370.2
Hex78BFEE321407cc4e46
Octal170277356622407314116106
Binary111100010111111111011101100101010001111100110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,238); }

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

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

 a { background-color: rgb(120,191,238); }

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

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

 span { border-color: rgb(120,191,238); }

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