Html Css Color HEX #78C0EB Maya Blue

📋 copy color: '#78C0EB'

red 120 ◦ green 192 ◦ blue 235

#78C0EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #78C0EB

Tints of Maya Blue #78C0EB

RGB

 RED value IS 120 (47.27% from 255) = 21.94%

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 21.94%
G = 35.1%
B = 42.96%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78C0EB (or 0x78C0EB) is known color: Maya Blue. HEX triplet: 78, C0 and EB. RGB value is (120,192,235). Sum of RGB (Red+Green+Blue) = 120+192+235=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #78C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C0EB is #873F14. Grayscale: #AFAFAF. Windows color (decimal): -8863509 or 15450232. OLE color: 15450232.

HSL color Cylindrical-coordinate representation of color #78C0EB: hue angle of 202.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78C0EB is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 192 235 -
CMYK 0.49 0.18 0 0.08
HSL 202.43º 0.74% 0.7% -
HSV(B) 202.43º 0.49% 0.92% -
XYZ 41.59 47.69 85.61 -
YUV 175.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 120 192 235 0.49 0.18 0 0.08 202.43 0.74 0.7
Hex 78 C0 EB 31 12 0 8 CA 4A 46
Octal 170 300 353 61 22 0 10 312 112 106
Binary 1111000 11000000 11101011 110001 10010 0 1000 11001010 1001010 1000110

Color Harmonies of #78C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0EB

Black with #78C0EB

Text Example


Text Example

White with #78C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,192,235); }

 H1.HeaderClassName
 {
   color: #78C0EB;
 }
 .AnyTagClassName
 {
   color: #78C0EB;
 }
</style>

background-color css

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

 a { background-color: rgb(120,192,235); }

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

border-color css

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

 span { border-color: rgb(120,192,235); }

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