Html Css Color HEX #78BCF1 Maya Blue

📋 copy color: '#78BCF1'

red 120 ◦ green 188 ◦ blue 241

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

Shades of Maya Blue #78BCF1

Tints of Maya Blue #78BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.24%

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 21.86%
G = 34.24%
B = 43.9%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78BCF1 (or 0x78BCF1) is known color: Maya Blue. HEX triplet: 78, BC and F1. RGB value is (120,188,241). Sum of RGB (Red+Green+Blue) = 120+188+241=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #78BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BCF1 is #87430E. Grayscale: #ADADAD. Windows color (decimal): -8864527 or 15842424. OLE color: 15842424.

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

Color convert

RGB 120 188 241 -
CMYK 0.50 0.22 0 0.05
HSL 206.28º 0.81% 0.71% -
HSV(B) 206.28º 0.5% 0.95% -
XYZ 41.61 46.31 89.97 -
YUV 173.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 120 188 241 0.50 0.22 0 0.05 206.28 0.81 0.71
Hex 78 BC F1 32 16 0 5 CE 51 47
Octal 170 274 361 62 26 0 5 316 121 107
Binary 1111000 10111100 11110001 110010 10110 0 101 11001110 1010001 1000111

Color Harmonies of #78BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCF1

Black with #78BCF1

Text Example


Text Example

White with #78BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,241); }

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

background-color css

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

 a { background-color: rgb(120,188,241); }

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

border-color css

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

 span { border-color: rgb(120,188,241); }

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