Html Css Color HEX #78C0FF Maya Blue

📋 copy color: '#78C0FF'

red 120 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #78C0FF

Tints of Maya Blue #78C0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 21.16%
G = 33.86%
B = 44.97%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78C0FF (or 0x78C0FF) is known color: Maya Blue. HEX triplet: 78, C0 and FF. RGB value is (120,192,255). Sum of RGB (Red+Green+Blue) = 120+192+255=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #78C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C0FF is #873F00. Grayscale: #B1B1B1. Windows color (decimal): -8863489 or 16760952. OLE color: 16760952.

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

Color convert

RGB 120 192 255 -
CMYK 0.53 0.25 0 0
HSL 208º 1% 0.74% -
HSV(B) 208º 0.53% 1% -
XYZ 44.65 48.91 101.7 -
YUV 177.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 120 192 255 0.53 0.25 0 0 208 1 0.74
Hex 78 C0 FF 35 19 0 0 D0 64 4A
Octal 170 300 377 65 31 0 0 320 144 112
Binary 1111000 11000000 11111111 110101 11001 0 0 11010000 1100100 1001010

Color Harmonies of #78C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0FF

Black with #78C0FF

Text Example


Text Example

White with #78C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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