Html Css Color HEX #78BFFF Maya Blue

📋 copy color: '#78BFFF'

red 120 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #78BFFF

Tints of Maya Blue #78BFFF

RGB

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

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

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

R = 21.2%
G = 33.75%
B = 45.05%

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

#78BFFF (or 0x78BFFF) is known color: Maya Blue. HEX triplet: 78, BF and FF. RGB value is (120,191,255). Sum of RGB (Red+Green+Blue) = 120+191+255=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #78BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFFF is #874000. Grayscale: #B0B0B0. Windows color (decimal): -8863745 or 16760696. OLE color: 16760696.

HSL color Cylindrical-coordinate representation of color #78BFFF: hue angle of 208.44º 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 #78BFFF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 191 255 -
CMYK 0.53 0.25 0 0
HSL 208.44º 1% 0.74% -
HSV(B) 208.44º 0.53% 1% -
XYZ 44.43 48.47 101.62 -
YUV 177.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 120 191 255 0.53 0.25 0 0 208.44 1 0.74
Hex 78 BF FF 35 19 0 0 D0 64 4A
Octal 170 277 377 65 31 0 0 320 144 112
Binary 1111000 10111111 11111111 110101 11001 0 0 11010000 1100100 1001010

Color Harmonies of #78BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFFF

Black with #78BFFF

Text Example


Text Example

White with #78BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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