Html Css Color HEX #719DAE Bali Hai

📋 copy color: '#719DAE'

red 113 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #719DAE

Tints of Bali Hai #719DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 25.45%
G = 35.36%
B = 39.19%

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

#719DAE (or 0x719DAE) is known color: Bali Hai. HEX triplet: 71, 9D and AE. RGB value is (113,157,174). Sum of RGB (Red+Green+Blue) = 113+157+174=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #719DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DAE is #8E6251. Grayscale: #919191. Windows color (decimal): -9331282 or 11443569. OLE color: 11443569.

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

Color convert

RGB 113 157 174 -
CMYK 0.35 0.10 0 0.32
HSL 196.72º 0.27% 0.56% -
HSV(B) 196.72º 0.35% 0.68% -
XYZ 26.51 30.68 44.57 -
YUV 145.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 113 157 174 0.35 0.10 0 0.32 196.72 0.27 0.56
Hex 71 9D AE 23 A 0 20 C5 1B 38
Octal 161 235 256 43 12 0 40 305 33 70
Binary 1110001 10011101 10101110 100011 1010 0 100000 11000101 11011 111000

Color Harmonies of #719DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DAE

Black with #719DAE

Text Example


Text Example

White with #719DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,157,174); }

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

background-color css

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

 a { background-color: rgb(113,157,174); }

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

border-color css

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

 span { border-color: rgb(113,157,174); }

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