Html Css Color HEX #729BAD Bali Hai

📋 copy color: '#729BAD'

red 114 ◦ green 155 ◦ blue 173

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

Shades of Bali Hai #729BAD

Tints of Bali Hai #729BAD

RGB

 RED value IS 114 (44.92% from 255) = 25.79%

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 25.79%
G = 35.07%
B = 39.14%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#729BAD (or 0x729BAD) is known color: Bali Hai. HEX triplet: 72, 9B and AD. RGB value is (114,155,173). Sum of RGB (Red+Green+Blue) = 114+155+173=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #729BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAD is #8D6452. Grayscale: #909090. Windows color (decimal): -9266259 or 11377522. OLE color: 11377522.

HSL color Cylindrical-coordinate representation of color #729BAD: hue angle of 198.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729BAD is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 155 173 -
CMYK 0.34 0.10 0 0.32
HSL 198.31º 0.26% 0.56% -
HSV(B) 198.31º 0.34% 0.68% -
XYZ 26.2 30.04 43.95 -
YUV 144.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 114 155 173 0.34 0.10 0 0.32 198.31 0.26 0.56
Hex 72 9B AD 22 A 0 20 C6 1A 38
Octal 162 233 255 42 12 0 40 306 32 70
Binary 1110010 10011011 10101101 100010 1010 0 100000 11000110 11010 111000

Color Harmonies of #729BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BAD

Black with #729BAD

Text Example


Text Example

White with #729BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729BAD; }

 p { color: rgb(114,155,173); }

 H1.HeaderClassName
 {
   color: #729BAD;
 }
 .AnyTagClassName
 {
   color: #729BAD;
 }
</style>

background-color css

<style>
 a { background-color: #729BAD; }

 a { background-color: rgb(114,155,173); }

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

border-color css

<style>
 span { border-color: #729BAD; }

 span { border-color: rgb(114,155,173); }

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