Html Css Color HEX #759CB0 Bali Hai

📋 copy color: '#759CB0'

red 117 ◦ green 156 ◦ blue 176

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

Shades of Bali Hai #759CB0

Tints of Bali Hai #759CB0

RGB

 RED value IS 117 (46.09% from 255) = 26.06%

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 26.06%
G = 34.74%
B = 39.2%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#759CB0 (or 0x759CB0) is known color: Bali Hai. HEX triplet: 75, 9C and B0. RGB value is (117,156,176). Sum of RGB (Red+Green+Blue) = 117+156+176=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #759CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CB0 is #8A634F. Grayscale: #929292. Windows color (decimal): -9069392 or 11574389. OLE color: 11574389.

HSL color Cylindrical-coordinate representation of color #759CB0: hue angle of 200.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759CB0 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 156 176 -
CMYK 0.34 0.11 0 0.31
HSL 200.34º 0.27% 0.57% -
HSV(B) 200.34º 0.34% 0.69% -
XYZ 27.06 30.69 45.57 -
YUV 146.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 117 156 176 0.34 0.11 0 0.31 200.34 0.27 0.57
Hex 75 9C B0 22 B 0 1F C8 1B 39
Octal 165 234 260 42 13 0 37 310 33 71
Binary 1110101 10011100 10110000 100010 1011 0 11111 11001000 11011 111001

Color Harmonies of #759CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CB0

Black with #759CB0

Text Example


Text Example

White with #759CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759CB0; }

 p { color: rgb(117,156,176); }

 H1.HeaderClassName
 {
   color: #759CB0;
 }
 .AnyTagClassName
 {
   color: #759CB0;
 }
</style>

background-color css

<style>
 a { background-color: #759CB0; }

 a { background-color: rgb(117,156,176); }

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

border-color css

<style>
 span { border-color: #759CB0; }

 span { border-color: rgb(117,156,176); }

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