#799EBB

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

Shades of Bali Hai #799EBB

Tints of Bali Hai #799EBB

Color information

#799EBB (or 0x799EBB) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and BB. RGB value is (121,158,187). Sum of RGB (Red+Green+Blue) = 121+158+187=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #799EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBB is #866144. Grayscale: #969696. Windows color (decimal): -8806725 or 12295801. OLE color: 12295801.

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

Color convert

RGB121158187-
CMYK0.350.1600.27
HSL206.36º32.67%60.39%-
HSV(B)206.36º35.29%73.33%-
XYZ29.0832.1151.68-
YUV150.24148.74107.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=25.97%
G=33.91%
B=40.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211581870.350.1600.27206.3632.6760.39
Hex799EBB231001Bce213c
Octal17123627343200333164174
Binary111100110011110101110111000111000001101111001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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