Html Css Color HEX #769DB2 Bali Hai

📋 copy color: '#769DB2'

red 118 ◦ green 157 ◦ blue 178

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

Shades of Bali Hai #769DB2

Tints of Bali Hai #769DB2

RGB

 RED value IS 118 (46.48% from 255) = 26.05%

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 26.05%
G = 34.66%
B = 39.29%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#769DB2 (or 0x769DB2) is known color: Bali Hai. HEX triplet: 76, 9D and B2. RGB value is (118,157,178). Sum of RGB (Red+Green+Blue) = 118+157+178=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #769DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DB2 is #89624D. Grayscale: #939393. Windows color (decimal): -9003598 or 11705718. OLE color: 11705718.

HSL color Cylindrical-coordinate representation of color #769DB2: hue angle of 201º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769DB2 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 157 178 -
CMYK 0.34 0.12 0 0.30
HSL 201º 0.28% 0.58% -
HSV(B) 201º 0.34% 0.7% -
XYZ 27.56 31.18 46.69 -
YUV 147.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 118 157 178 0.34 0.12 0 0.30 201 0.28 0.58
Hex 76 9D B2 22 C 0 1E C9 1C 3A
Octal 166 235 262 42 14 0 36 311 34 72
Binary 1110110 10011101 10110010 100010 1100 0 11110 11001001 11100 111010

Color Harmonies of #769DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DB2

Black with #769DB2

Text Example


Text Example

White with #769DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769DB2; }

 p { color: rgb(118,157,178); }

 H1.HeaderClassName
 {
   color: #769DB2;
 }
 .AnyTagClassName
 {
   color: #769DB2;
 }
</style>

background-color css

<style>
 a { background-color: #769DB2; }

 a { background-color: rgb(118,157,178); }

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

border-color css

<style>
 span { border-color: #769DB2; }

 span { border-color: rgb(118,157,178); }

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