Html Css Color HEX #78A1BA Bali Hai

📋 copy color: '#78A1BA'

red 120 ◦ green 161 ◦ blue 186

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

Shades of Bali Hai #78A1BA

Tints of Bali Hai #78A1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 25.7%
G = 34.48%
B = 39.83%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78A1BA (or 0x78A1BA) is known color: Bali Hai. HEX triplet: 78, A1 and BA. RGB value is (120,161,186). Sum of RGB (Red+Green+Blue) = 120+161+186=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #78A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1BA is #875E45. Grayscale: #979797. Windows color (decimal): -8871494 or 12231032. OLE color: 12231032.

HSL color Cylindrical-coordinate representation of color #78A1BA: hue angle of 202.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78A1BA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 161 186 -
CMYK 0.35 0.13 0 0.27
HSL 202.73º 0.32% 0.6% -
HSV(B) 202.73º 0.35% 0.73% -
XYZ 29.35 33.03 51.28 -
YUV 151.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 120 161 186 0.35 0.13 0 0.27 202.73 0.32 0.6
Hex 78 A1 BA 23 D 0 1B CB 20 3C
Octal 170 241 272 43 15 0 33 313 40 74
Binary 1111000 10100001 10111010 100011 1101 0 11011 11001011 100000 111100

Color Harmonies of #78A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1BA

Black with #78A1BA

Text Example


Text Example

White with #78A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,161,186); }

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

background-color css

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

 a { background-color: rgb(120,161,186); }

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

border-color css

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

 span { border-color: rgb(120,161,186); }

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