Html Css Color HEX #78B4FF Maya Blue

📋 copy color: '#78B4FF'

red 120 ◦ green 180 ◦ blue 255

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

Shades of Maya Blue #78B4FF

Tints of Maya Blue #78B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.43%

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

R = 21.62%
G = 32.43%
B = 45.95%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78B4FF (or 0x78B4FF) is known color: Maya Blue. HEX triplet: 78, B4 and FF. RGB value is (120,180,255). Sum of RGB (Red+Green+Blue) = 120+180+255=555 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.62% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #78B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B4FF is #874B00. Grayscale: #AAAAAA. Windows color (decimal): -8866561 or 16757880. OLE color: 16757880.

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

Color convert

RGB 120 180 255 -
CMYK 0.53 0.29 0 0
HSL 213.33º 1% 0.74% -
HSV(B) 213.33º 0.53% 1% -
XYZ 42.12 43.86 100.85 -
YUV 170.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 120 180 255 0.53 0.29 0 0 213.33 1 0.74
Hex 78 B4 FF 35 1D 0 0 D5 64 4A
Octal 170 264 377 65 35 0 0 325 144 112
Binary 1111000 10110100 11111111 110101 11101 0 0 11010101 1100100 1001010

Color Harmonies of #78B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4FF

Black with #78B4FF

Text Example


Text Example

White with #78B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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