#78CCFB

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

Shades of Maya Blue #78CCFB

Tints of Maya Blue #78CCFB

Color information

#78CCFB (or 0x78CCFB) is unknown color: approx Maya Blue. HEX triplet: 78, CC and FB. RGB value is (120,204,251). Sum of RGB (Red+Green+Blue) = 120+204+251=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #78CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCFB is #873304. Grayscale: #B7B7B7. Windows color (decimal): -8860421 or 16501880. OLE color: 16501880.

HSL color Cylindrical-coordinate representation of color #78CCFB: hue angle of 201.53º 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 #78CCFB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120204251-
CMYK0.520.1900.02
HSL201.53º94.24%72.75%-
HSV(B)201.53º52.19%98.43%-
XYZ46.7554.1499.25-
YUV184.24165.6782.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.87%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=20.87%
G=35.48%
B=43.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202042510.520.1900.02201.5394.2472.75
Hex78CCFB341302ca5e49
Octal170314373642302312136111
Binary11110001100110011111011110100100110101100101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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