#799CBB

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

Shades of Bali Hai #799CBB

Tints of Bali Hai #799CBB

Color information

#799CBB (or 0x799CBB) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and BB. RGB value is (121,156,187). Sum of RGB (Red+Green+Blue) = 121+156+187=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #799CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBB is #866344. Grayscale: #949494. Windows color (decimal): -8807237 or 12295289. OLE color: 12295289.

HSL color Cylindrical-coordinate representation of color #799CBB: hue angle of 208.18º degrees, saturation: 0.33, 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 #799CBB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121156187-
CMYK0.350.1700.27
HSL208.18º32.67%60.39%-
HSV(B)208.18º35.29%73.33%-
XYZ28.7431.4351.57-
YUV149.07149.4107.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.08%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=26.08%
G=33.62%
B=40.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211561870.350.1700.27208.1832.6760.39
Hex799CBB231101Bd0213c
Octal17123427343210333204174
Binary111100110011100101110111000111000101101111010000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799CBB; }

 p { color: rgb(121,156,187); }

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

<style>
 a { background-color: #799CBB; }

 a { background-color: rgb(121,156,187); }

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

<style>
 span { border-color: #799CBB; }

 span { border-color: rgb(121,156,187); }

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