Html Css Color HEX #769DB5 Bali Hai

📋 copy color: '#769DB5'

red 118 ◦ green 157 ◦ blue 181

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

Shades of Bali Hai #769DB5

Tints of Bali Hai #769DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 25.88%
G = 34.43%
B = 39.69%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#769DB5 (or 0x769DB5) is known color: Bali Hai. HEX triplet: 76, 9D and B5. RGB value is (118,157,181). Sum of RGB (Red+Green+Blue) = 118+157+181=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #769DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DB5 is #89624A. Grayscale: #939393. Windows color (decimal): -9003595 or 11902326. OLE color: 11902326.

HSL color Cylindrical-coordinate representation of color #769DB5: hue angle of 202.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #769DB5 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 157 181 -
CMYK 0.35 0.13 0 0.29
HSL 202.86º 0.3% 0.59% -
HSV(B) 202.86º 0.35% 0.71% -
XYZ 27.87 31.3 48.29 -
YUV 148.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 118 157 181 0.35 0.13 0 0.29 202.86 0.3 0.59
Hex 76 9D B5 23 D 0 1D CB 1E 3B
Octal 166 235 265 43 15 0 35 313 36 73
Binary 1110110 10011101 10110101 100011 1101 0 11101 11001011 11110 111011

Color Harmonies of #769DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DB5

Black with #769DB5

Text Example


Text Example

White with #769DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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