Html Css Color HEX #819DAD Bali Hai

📋 copy color: '#819DAD'

red 129 ◦ green 157 ◦ blue 173

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

Shades of Bali Hai #819DAD

Tints of Bali Hai #819DAD

RGB

 RED value IS 129 (50.78% from 255) = 28.1%

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

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

R = 28.1%
G = 34.2%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#819DAD (or 0x819DAD) is known color: Bali Hai. HEX triplet: 81, 9D and AD. RGB value is (129,157,173). Sum of RGB (Red+Green+Blue) = 129+157+173=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #819DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819DAD is #7E6252. Grayscale: #969696. Windows color (decimal): -8282707 or 11378049. OLE color: 11378049.

HSL color Cylindrical-coordinate representation of color #819DAD: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819DAD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 157 173 -
CMYK 0.25 0.09 0 0.32
HSL 201.82º 0.21% 0.59% -
HSV(B) 201.82º 0.25% 0.68% -
XYZ 28.65 31.8 44.16 -
YUV 150.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 129 157 173 0.25 0.09 0 0.32 201.82 0.21 0.59
Hex 81 9D AD 19 9 0 20 CA 15 3B
Octal 201 235 255 31 11 0 40 312 25 73
Binary 10000001 10011101 10101101 11001 1001 0 100000 11001010 10101 111011

Color Harmonies of #819DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DAD

Black with #819DAD

Text Example


Text Example

White with #819DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819DAD; }

 p { color: rgb(129,157,173); }

 H1.HeaderClassName
 {
   color: #819DAD;
 }
 .AnyTagClassName
 {
   color: #819DAD;
 }
</style>

background-color css

<style>
 a { background-color: #819DAD; }

 a { background-color: rgb(129,157,173); }

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

border-color css

<style>
 span { border-color: #819DAD; }

 span { border-color: rgb(129,157,173); }

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