Html Css Color HEX #78BCF2 Maya Blue

📋 copy color: '#78BCF2'

red 120 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #78BCF2

Tints of Maya Blue #78BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 21.82%
G = 34.18%
B = 44%

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

#78BCF2 (or 0x78BCF2) is known color: Maya Blue. HEX triplet: 78, BC and F2. RGB value is (120,188,242). Sum of RGB (Red+Green+Blue) = 120+188+242=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #78BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BCF2 is #87430D. Grayscale: #ADADAD. Windows color (decimal): -8864526 or 15907960. OLE color: 15907960.

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

Color convert

RGB 120 188 242 -
CMYK 0.50 0.22 0 0.05
HSL 206.56º 0.82% 0.71% -
HSV(B) 206.56º 0.5% 0.95% -
XYZ 41.76 46.37 90.75 -
YUV 173.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 120 188 242 0.50 0.22 0 0.05 206.56 0.82 0.71
Hex 78 BC F2 32 16 0 5 CF 52 47
Octal 170 274 362 62 26 0 5 317 122 107
Binary 1111000 10111100 11110010 110010 10110 0 101 11001111 1010010 1000111

Color Harmonies of #78BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCF2

Black with #78BCF2

Text Example


Text Example

White with #78BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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