#78C4FE

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

Shades of Maya Blue #78C4FE

Tints of Maya Blue #78C4FE

Color information

#78C4FE (or 0x78C4FE) is unknown color: approx Maya Blue. HEX triplet: 78, C4 and FE. RGB value is (120,196,254). Sum of RGB (Red+Green+Blue) = 120+196+254=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #78C4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C4FE is #873B01. Grayscale: #B3B3B3. Windows color (decimal): -8862466 or 16696440. OLE color: 16696440.

HSL color Cylindrical-coordinate representation of color #78C4FE: hue angle of 205.97º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78C4FE is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB120196254-
CMYK0.530.2300.00
HSL205.97º98.53%73.33%-
HSV(B)205.97º52.76%99.61%-
XYZ45.3850.63101.15-
YUV179.89169.8285.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.05%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=21.05%
G=34.39%
B=44.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1201962540.530.2300.00205.9798.5373.33
Hex78C4FE351700ce6349
Octal170304376652700316143111
Binary1111000110001001111111011010110111001100111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,196,254); }

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

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

 a { background-color: rgb(120,196,254); }

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

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

 span { border-color: rgb(120,196,254); }

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