Html Css Color HEX #799FBC Bali Hai

📋 copy color: '#799FBC'

red 121 ◦ green 159 ◦ blue 188

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

Shades of Bali Hai #799FBC

Tints of Bali Hai #799FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 25.85%
G = 33.97%
B = 40.17%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#799FBC (or 0x799FBC) is known color: Bali Hai. HEX triplet: 79, 9F and BC. RGB value is (121,159,188). Sum of RGB (Red+Green+Blue) = 121+159+188=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #799FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBC is #866043. Grayscale: #969696. Windows color (decimal): -8806468 or 12361593. OLE color: 12361593.

HSL color Cylindrical-coordinate representation of color #799FBC: hue angle of 205.97º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799FBC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 159 188 -
CMYK 0.36 0.15 0 0.26
HSL 205.97º 0.33% 0.61% -
HSV(B) 205.97º 0.36% 0.74% -
XYZ 29.36 32.49 52.3 -
YUV 150.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 121 159 188 0.36 0.15 0 0.26 205.97 0.33 0.61
Hex 79 9F BC 24 F 0 1A CE 21 3D
Octal 171 237 274 44 17 0 32 316 41 75
Binary 1111001 10011111 10111100 100100 1111 0 11010 11001110 100001 111101

Color Harmonies of #799FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FBC

Black with #799FBC

Text Example


Text Example

White with #799FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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