Html Css Color HEX #799CAD Bali Hai

📋 copy color: '#799CAD'

red 121 ◦ green 156 ◦ blue 173

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

Shades of Bali Hai #799CAD

Tints of Bali Hai #799CAD

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 value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#799CAD (or 0x799CAD) is known color: 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

RGB 121 156 173 -
CMYK 0.30 0.10 0 0.32
HSL 199.62º 0.24% 0.58% -
HSV(B) 199.62º 0.3% 0.68% -
XYZ 27.32 30.86 44.05 -
YUV 147.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 121 156 173 0.30 0.10 0 0.32 199.62 0.24 0.58
Hex 79 9C AD 1E A 0 20 C8 18 3A
Octal 171 234 255 36 12 0 40 310 30 72
Binary 1111001 10011100 10101101 11110 1010 0 100000 11001000 11000 111010

Color Harmonies of #799CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CAD

Black with #799CAD

Text Example


Text Example

White with #799CAD

Text Example


Text Example

HTML Codes & Css Web 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>