Html Css Color HEX #799FBA Bali Hai

📋 copy color: '#799FBA'

red 121 ◦ green 159 ◦ blue 186

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

Shades of Bali Hai #799FBA

Tints of Bali Hai #799FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.12%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 25.97%
G = 34.12%
B = 39.91%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#799FBA (or 0x799FBA) is known color: Bali Hai. HEX triplet: 79, 9F and BA. RGB value is (121,159,186). Sum of RGB (Red+Green+Blue) = 121+159+186=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #799FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBA is #866045. Grayscale: #969696. Windows color (decimal): -8806470 or 12230521. OLE color: 12230521.

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

Color convert

RGB 121 159 186 -
CMYK 0.35 0.15 0 0.27
HSL 204.92º 0.32% 0.6% -
HSV(B) 204.92º 0.35% 0.73% -
XYZ 29.15 32.41 51.17 -
YUV 150.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 121 159 186 0.35 0.15 0 0.27 204.92 0.32 0.6
Hex 79 9F BA 23 F 0 1B CD 20 3C
Octal 171 237 272 43 17 0 33 315 40 74
Binary 1111001 10011111 10111010 100011 1111 0 11011 11001101 100000 111100

Color Harmonies of #799FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FBA

Black with #799FBA

Text Example


Text Example

White with #799FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,159,186); }

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

background-color css

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

 a { background-color: rgb(121,159,186); }

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

border-color css

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

 span { border-color: rgb(121,159,186); }

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