Html Css Color HEX #78A1B1 Bali Hai

📋 copy color: '#78A1B1'

red 120 ◦ green 161 ◦ blue 177

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

Shades of Bali Hai #78A1B1

Tints of Bali Hai #78A1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 26.2%
G = 35.15%
B = 38.65%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78A1B1 (or 0x78A1B1) is known color: Bali Hai. HEX triplet: 78, A1 and B1. RGB value is (120,161,177). Sum of RGB (Red+Green+Blue) = 120+161+177=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #78A1B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1B1 is #875E4E. Grayscale: #969696. Windows color (decimal): -8871503 or 11641208. OLE color: 11641208.

HSL color Cylindrical-coordinate representation of color #78A1B1: hue angle of 196.84º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78A1B1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 161 177 -
CMYK 0.32 0.09 0 0.31
HSL 196.84º 0.27% 0.58% -
HSV(B) 196.84º 0.32% 0.69% -
XYZ 28.43 32.66 46.4 -
YUV 150.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 120 161 177 0.32 0.09 0 0.31 196.84 0.27 0.58
Hex 78 A1 B1 20 9 0 1F C5 1B 3A
Octal 170 241 261 40 11 0 37 305 33 72
Binary 1111000 10100001 10110001 100000 1001 0 11111 11000101 11011 111010

Color Harmonies of #78A1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1B1

Black with #78A1B1

Text Example


Text Example

White with #78A1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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