#78CEFB

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

Shades of Maya Blue #78CEFB

Tints of Maya Blue #78CEFB

Color information

#78CEFB (or 0x78CEFB) is unknown color: approx Maya Blue. HEX triplet: 78, CE and FB. RGB value is (120,206,251). Sum of RGB (Red+Green+Blue) = 120+206+251=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #78CEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEFB is #873104. Grayscale: #B9B9B9. Windows color (decimal): -8859909 or 16502392. OLE color: 16502392.

HSL color Cylindrical-coordinate representation of color #78CEFB: hue angle of 200.61º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CEFB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120206251-
CMYK0.520.1800.02
HSL200.61º94.24%72.75%-
HSV(B)200.61º52.19%98.43%-
XYZ47.2355.199.41-
YUV185.42165.0181.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.80%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=20.80%
G=35.70%
B=43.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202062510.520.1800.02200.6194.2472.75
Hex78CEFB341202c95e49
Octal170316373642202311136111
Binary11110001100111011111011110100100100101100100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,206,251); }

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

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

 a { background-color: rgb(120,206,251); }

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

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

 span { border-color: rgb(120,206,251); }

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