Html Css Color HEX #769DB3 Bali Hai

📋 copy color: '#769DB3'

red 118 ◦ green 157 ◦ blue 179

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

Shades of Bali Hai #769DB3

Tints of Bali Hai #769DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.43%

R = 25.99%
G = 34.58%
B = 39.43%

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

#769DB3 (or 0x769DB3) is known color: Bali Hai. HEX triplet: 76, 9D and B3. RGB value is (118,157,179). Sum of RGB (Red+Green+Blue) = 118+157+179=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #769DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DB3 is #89624C. Grayscale: #939393. Windows color (decimal): -9003597 or 11771254. OLE color: 11771254.

HSL color Cylindrical-coordinate representation of color #769DB3: hue angle of 201.64º degrees, saturation: 0.29, 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 #769DB3 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 157 179 -
CMYK 0.34 0.12 0 0.30
HSL 201.64º 0.29% 0.58% -
HSV(B) 201.64º 0.34% 0.7% -
XYZ 27.66 31.22 47.22 -
YUV 147.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 118 157 179 0.34 0.12 0 0.30 201.64 0.29 0.58
Hex 76 9D B3 22 C 0 1E CA 1D 3A
Octal 166 235 263 42 14 0 36 312 35 72
Binary 1110110 10011101 10110011 100010 1100 0 11110 11001010 11101 111010

Color Harmonies of #769DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DB3

Black with #769DB3

Text Example


Text Example

White with #769DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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