#799CAD

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

Shades of Bali Hai #799CAD

Tints of Bali Hai #799CAD

Color information

#799CAD (or 0x799CAD) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and AD. RGB value is (121,156,173). Sum of RGB (Red+Green+Blue) = 121+156+173=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #799CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CAD is #866352. Grayscale: #939393. Windows color (decimal): -8807251 or 11377785. OLE color: 11377785.

HSL color Cylindrical-coordinate representation of color #799CAD: hue angle of 199.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799CAD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121156173-
CMYK0.300.1000.32
HSL199.62º24.07%57.65%-
HSV(B)199.62º30.06%67.84%-
XYZ27.3230.8644.05-
YUV147.47142.4109.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=26.89%
G=34.67%
B=38.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211561730.300.1000.32199.6224.0757.65
Hex799CAD1EA020c8183a
Octal17123425536120403103072
Binary1111001100111001010110111110101001000001100100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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