Html Css Color HEX #719BAD Bali Hai

📋 copy color: '#719BAD'

red 113 ◦ green 155 ◦ blue 173

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

Shades of Bali Hai #719BAD

Tints of Bali Hai #719BAD

RGB

 RED value IS 113 (44.53% from 255) = 25.62%

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

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

R = 25.62%
G = 35.15%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#719BAD (or 0x719BAD) is known color: Bali Hai. HEX triplet: 71, 9B and AD. RGB value is (113,155,173). Sum of RGB (Red+Green+Blue) = 113+155+173=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #719BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAD is #8E6452. Grayscale: #909090. Windows color (decimal): -9331795 or 11377521. OLE color: 11377521.

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

Color convert

RGB 113 155 173 -
CMYK 0.35 0.10 0 0.32
HSL 198º 0.27% 0.56% -
HSV(B) 198º 0.35% 0.68% -
XYZ 26.07 29.97 43.95 -
YUV 144.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 113 155 173 0.35 0.10 0 0.32 198 0.27 0.56
Hex 71 9B AD 23 A 0 20 C6 1B 38
Octal 161 233 255 43 12 0 40 306 33 70
Binary 1110001 10011011 10101101 100011 1010 0 100000 11000110 11011 111000

Color Harmonies of #719BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BAD

Black with #719BAD

Text Example


Text Example

White with #719BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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