Html Css Color HEX #78A0B3 Bali Hai

📋 copy color: '#78A0B3'

red 120 ◦ green 160 ◦ blue 179

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

Shades of Bali Hai #78A0B3

Tints of Bali Hai #78A0B3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 26.14%
G = 34.86%
B = 39%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#78A0B3 (or 0x78A0B3) is known color: Bali Hai. HEX triplet: 78, A0 and B3. RGB value is (120,160,179). Sum of RGB (Red+Green+Blue) = 120+160+179=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #78A0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0B3 is #875F4C. Grayscale: #969696. Windows color (decimal): -8871757 or 11772024. OLE color: 11772024.

HSL color Cylindrical-coordinate representation of color #78A0B3: hue angle of 199.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A0B3 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 160 179 -
CMYK 0.33 0.11 0 0.30
HSL 199.32º 0.28% 0.59% -
HSV(B) 199.32º 0.33% 0.7% -
XYZ 28.45 32.39 47.4 -
YUV 150.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 120 160 179 0.33 0.11 0 0.30 199.32 0.28 0.59
Hex 78 A0 B3 21 B 0 1E C7 1C 3B
Octal 170 240 263 41 13 0 36 307 34 73
Binary 1111000 10100000 10110011 100001 1011 0 11110 11000111 11100 111011

Color Harmonies of #78A0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A0B3

Black with #78A0B3

Text Example


Text Example

White with #78A0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,160,179); }

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

background-color css

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

 a { background-color: rgb(120,160,179); }

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

border-color css

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

 span { border-color: rgb(120,160,179); }

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