Html Css Color HEX #799DAE Bali Hai

📋 copy color: '#799DAE'

red 121 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #799DAE

Tints of Bali Hai #799DAE

RGB

 RED value IS 121 (47.66% from 255) = 26.77%

 GREEN value IS 157 (61.72% from 255) = 34.73%

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 26.77%
G = 34.73%
B = 38.5%

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

#799DAE (or 0x799DAE) is known color: Bali Hai. HEX triplet: 79, 9D and AE. RGB value is (121,157,174). Sum of RGB (Red+Green+Blue) = 121+157+174=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #799DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DAE is #866251. Grayscale: #949494. Windows color (decimal): -8806994 or 11443577. OLE color: 11443577.

HSL color Cylindrical-coordinate representation of color #799DAE: hue angle of 199.25º degrees, saturation: 0.25, 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 #799DAE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 157 174 -
CMYK 0.30 0.10 0 0.32
HSL 199.25º 0.25% 0.58% -
HSV(B) 199.25º 0.3% 0.68% -
XYZ 27.58 31.23 44.62 -
YUV 148.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 121 157 174 0.30 0.10 0 0.32 199.25 0.25 0.58
Hex 79 9D AE 1E A 0 20 C7 19 3A
Octal 171 235 256 36 12 0 40 307 31 72
Binary 1111001 10011101 10101110 11110 1010 0 100000 11000111 11001 111010

Color Harmonies of #799DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DAE

Black with #799DAE

Text Example


Text Example

White with #799DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,157,174); }

 H1.HeaderClassName
 {
   color: #799DAE;
 }
 .AnyTagClassName
 {
   color: #799DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(121,157,174); }

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

border-color css

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

 span { border-color: rgb(121,157,174); }

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