Html Css Color HEX #759EB8 Bali Hai

📋 copy color: '#759EB8'

red 117 ◦ green 158 ◦ blue 184

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

Shades of Bali Hai #759EB8

Tints of Bali Hai #759EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 25.49%
G = 34.42%
B = 40.09%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#759EB8 (or 0x759EB8) is known color: Bali Hai. HEX triplet: 75, 9E and B8. RGB value is (117,158,184). Sum of RGB (Red+Green+Blue) = 117+158+184=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #759EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EB8 is #8A6147. Grayscale: #949494. Windows color (decimal): -9068872 or 12099189. OLE color: 12099189.

HSL color Cylindrical-coordinate representation of color #759EB8: hue angle of 203.28º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #759EB8 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 158 184 -
CMYK 0.36 0.14 0 0.28
HSL 203.28º 0.32% 0.59% -
HSV(B) 203.28º 0.36% 0.72% -
XYZ 28.21 31.7 49.98 -
YUV 148.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 117 158 184 0.36 0.14 0 0.28 203.28 0.32 0.59
Hex 75 9E B8 24 E 0 1C CB 20 3B
Octal 165 236 270 44 16 0 34 313 40 73
Binary 1110101 10011110 10111000 100100 1110 0 11100 11001011 100000 111011

Color Harmonies of #759EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EB8

Black with #759EB8

Text Example


Text Example

White with #759EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,158,184); }

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

background-color css

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

 a { background-color: rgb(117,158,184); }

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

border-color css

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

 span { border-color: rgb(117,158,184); }

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