#78BDF2

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

Shades of Maya Blue #78BDF2

Tints of Maya Blue #78BDF2

Color information

#78BDF2 (or 0x78BDF2) is unknown color: approx Maya Blue. HEX triplet: 78, BD and F2. RGB value is (120,189,242). Sum of RGB (Red+Green+Blue) = 120+189+242=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #78BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDF2 is #87420D. Grayscale: #AEAEAE. Windows color (decimal): -8864270 or 15908216. OLE color: 15908216.

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

Color convert

RGB120189242-
CMYK0.500.2200.05
HSL206.07º82.43%70.98%-
HSV(B)206.07º50.41%94.9%-
XYZ41.9746.890.83-
YUV174.41166.1489.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=21.78%
G=34.30%
B=43.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201892420.500.2200.05206.0782.4370.98
Hex78BDF2321605ce5247
Octal170275362622605316122107
Binary111100010111101111100101100101011001011100111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,242); }

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

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

 a { background-color: rgb(120,189,242); }

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

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

 span { border-color: rgb(120,189,242); }

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