#7BA3BA

Color #7BA3BA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7BA3BA

Tints of Bali Hai #7BA3BA

Color information

#7BA3BA (or 0x7BA3BA) is unknown color: approx Bali Hai. HEX triplet: 7B, A3 and BA. RGB value is (123,163,186). Sum of RGB (Red+Green+Blue) = 123+163+186=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BA3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3BA is #845C45. Grayscale: #999999. Windows color (decimal): -8674374 or 12231547. OLE color: 12231547.

HSL color Cylindrical-coordinate representation of color #7BA3BA: hue angle of 201.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA3BA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123163186-
CMYK0.340.1200.27
HSL201.9º31.34%60.59%-
HSV(B)201.9º33.87%72.94%-
XYZ30.1333.9551.42-
YUV153.66146.25106.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=26.06%
G=34.53%
B=39.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231631860.340.1200.27201.931.3460.59
Hex7BA3BA22C01Bca1f3d
Octal17324327242140333123775
Binary1111011101000111011101010001011000110111100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA3BA; }

 p { color: rgb(123,163,186); }

 H1.HeaderClassName
 {
   color: #7BA3BA;
 }
 .AnyTagClassName
 {
   color: #7BA3BA;
 }
</style>
background-color css

<style>
 a { background-color: #7BA3BA; }

 a { background-color: rgb(123,163,186); }

 div.DivClassName
 {
   background-color: #7BA3BA;
 }
 .BgClassName
 {
   background-color: #7BA3BA;
 }
</style>
border-color css

<style>
 span { border-color: #7BA3BA; }

 span { border-color: rgb(123,163,186); }

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