Html Css Color HEX #709BAB Bali Hai

📋 copy color: '#709BAB'

red 112 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #709BAB

Tints of Bali Hai #709BAB

RGB

 RED value IS 112 (44.14% from 255) = 25.57%

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 25.57%
G = 35.39%
B = 39.04%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#709BAB (or 0x709BAB) is known color: Bali Hai. HEX triplet: 70, 9B and AB. RGB value is (112,155,171). Sum of RGB (Red+Green+Blue) = 112+155+171=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #709BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAB is #8F6454. Grayscale: #8F8F8F. Windows color (decimal): -9397333 or 11246448. OLE color: 11246448.

HSL color Cylindrical-coordinate representation of color #709BAB: hue angle of 196.27º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709BAB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 155 171 -
CMYK 0.35 0.09 0 0.33
HSL 196.27º 0.26% 0.55% -
HSV(B) 196.27º 0.35% 0.67% -
XYZ 25.75 29.83 42.93 -
YUV 143.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 112 155 171 0.35 0.09 0 0.33 196.27 0.26 0.55
Hex 70 9B AB 23 9 0 21 C4 1A 37
Octal 160 233 253 43 11 0 41 304 32 67
Binary 1110000 10011011 10101011 100011 1001 0 100001 11000100 11010 110111

Color Harmonies of #709BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BAB

Black with #709BAB

Text Example


Text Example

White with #709BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709BAB; }

 p { color: rgb(112,155,171); }

 H1.HeaderClassName
 {
   color: #709BAB;
 }
 .AnyTagClassName
 {
   color: #709BAB;
 }
</style>

background-color css

<style>
 a { background-color: #709BAB; }

 a { background-color: rgb(112,155,171); }

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

border-color css

<style>
 span { border-color: #709BAB; }

 span { border-color: rgb(112,155,171); }

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