Html Css Color HEX #729AB0 Bali Hai

📋 copy color: '#729AB0'

red 114 ◦ green 154 ◦ blue 176

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

Shades of Bali Hai #729AB0

Tints of Bali Hai #729AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.68%

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 25.68%
G = 34.68%
B = 39.64%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#729AB0 (or 0x729AB0) is known color: Bali Hai. HEX triplet: 72, 9A and B0. RGB value is (114,154,176). Sum of RGB (Red+Green+Blue) = 114+154+176=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #729AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AB0 is #8D654F. Grayscale: #909090. Windows color (decimal): -9266512 or 11573874. OLE color: 11573874.

HSL color Cylindrical-coordinate representation of color #729AB0: hue angle of 201.29º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729AB0 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 154 176 -
CMYK 0.35 0.12 0 0.31
HSL 201.29º 0.28% 0.57% -
HSV(B) 201.29º 0.35% 0.69% -
XYZ 26.33 29.82 45.44 -
YUV 144.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 114 154 176 0.35 0.12 0 0.31 201.29 0.28 0.57
Hex 72 9A B0 23 C 0 1F C9 1C 39
Octal 162 232 260 43 14 0 37 311 34 71
Binary 1110010 10011010 10110000 100011 1100 0 11111 11001001 11100 111001

Color Harmonies of #729AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729AB0

Black with #729AB0

Text Example


Text Example

White with #729AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,154,176); }

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

background-color css

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

 a { background-color: rgb(114,154,176); }

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

border-color css

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

 span { border-color: rgb(114,154,176); }

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