Html Css Color HEX #78BFF0 Maya Blue

📋 copy color: '#78BFF0'

red 120 ◦ green 191 ◦ blue 240

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

Shades of Maya Blue #78BFF0

Tints of Maya Blue #78BFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 34.66%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 21.78%
G = 34.66%
B = 43.56%

CMYK

 C value IS 0.5

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#78BFF0 (or 0x78BFF0) is known color: Maya Blue. HEX triplet: 78, BF and F0. RGB value is (120,191,240). Sum of RGB (Red+Green+Blue) = 120+191+240=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #78BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFF0 is #87400F. Grayscale: #AFAFAF. Windows color (decimal): -8863760 or 15777656. OLE color: 15777656.

HSL color Cylindrical-coordinate representation of color #78BFF0: hue angle of 204.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BFF0 is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 191 240 -
CMYK 0.5 0.20 0 0.06
HSL 204.5º 0.8% 0.71% -
HSV(B) 204.5º 0.5% 0.94% -
XYZ 42.1 47.55 89.4 -
YUV 175.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 120 191 240 0.5 0.20 0 0.06 204.5 0.8 0.71
Hex 78 BF F0 32 14 0 6 CC 50 47
Octal 170 277 360 62 24 0 6 314 120 107
Binary 1111000 10111111 11110000 110010 10100 0 110 11001100 1010000 1000111

Color Harmonies of #78BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFF0

Black with #78BFF0

Text Example


Text Example

White with #78BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,240); }

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

background-color css

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

 a { background-color: rgb(120,191,240); }

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

border-color css

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

 span { border-color: rgb(120,191,240); }

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