Html Css Color HEX #719CAD Bali Hai

📋 copy color: '#719CAD'

red 113 ◦ green 156 ◦ blue 173

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

Shades of Bali Hai #719CAD

Tints of Bali Hai #719CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 25.57%
G = 35.29%
B = 39.14%

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

#719CAD (or 0x719CAD) is known color: Bali Hai. HEX triplet: 71, 9C and AD. RGB value is (113,156,173). Sum of RGB (Red+Green+Blue) = 113+156+173=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 156 (61.33% from 255 or 35.29% 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 #719CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CAD is #8E6352. Grayscale: #909090. Windows color (decimal): -9331539 or 11377777. OLE color: 11377777.

HSL color Cylindrical-coordinate representation of color #719CAD: hue angle of 197º 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 #719CAD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 156 173 -
CMYK 0.35 0.10 0 0.32
HSL 197º 0.27% 0.56% -
HSV(B) 197º 0.35% 0.68% -
XYZ 26.24 30.3 44 -
YUV 145.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 113 156 173 0.35 0.10 0 0.32 197 0.27 0.56
Hex 71 9C AD 23 A 0 20 C5 1B 38
Octal 161 234 255 43 12 0 40 305 33 70
Binary 1110001 10011100 10101101 100011 1010 0 100000 11000101 11011 111000

Color Harmonies of #719CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CAD

Black with #719CAD

Text Example


Text Example

White with #719CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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