Html Css Color HEX #719AAA Bali Hai

📋 copy color: '#719AAA'

red 113 ◦ green 154 ◦ blue 170

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

Shades of Bali Hai #719AAA

Tints of Bali Hai #719AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 25.86%
G = 35.24%
B = 38.9%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719AAA (or 0x719AAA) is known color: Bali Hai. HEX triplet: 71, 9A and AA. RGB value is (113,154,170). Sum of RGB (Red+Green+Blue) = 113+154+170=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #719AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AAA is #8E6555. Grayscale: #8F8F8F. Windows color (decimal): -9332054 or 11180657. OLE color: 11180657.

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

Color convert

RGB 113 154 170 -
CMYK 0.34 0.09 0 0.33
HSL 196.84º 0.25% 0.55% -
HSV(B) 196.84º 0.34% 0.67% -
XYZ 25.62 29.52 42.38 -
YUV 143.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 113 154 170 0.34 0.09 0 0.33 196.84 0.25 0.55
Hex 71 9A AA 22 9 0 21 C5 19 37
Octal 161 232 252 42 11 0 41 305 31 67
Binary 1110001 10011010 10101010 100010 1001 0 100001 11000101 11001 110111

Color Harmonies of #719AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719AAA

Black with #719AAA

Text Example


Text Example

White with #719AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,154,170); }

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

background-color css

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

 a { background-color: rgb(113,154,170); }

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

border-color css

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

 span { border-color: rgb(113,154,170); }

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