Html Css Color HEX #118DB9 Bondi Blue

📋 copy color: '#118DB9'

red 17 ◦ green 141 ◦ blue 185

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

Shades of Bondi Blue #118DB9

Tints of Bondi Blue #118DB9

RGB

 RED value IS 17 (7.03% from 255) = 4.96%

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 185 (72.66% from 255) = 53.94%

R = 4.96%
G = 41.11%
B = 53.94%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#118DB9 (or 0x118DB9) is known color: Bondi Blue. HEX triplet: 11, 8D and B9. RGB value is (17,141,185). Sum of RGB (Red+Green+Blue) = 17+141+185=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #118DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DB9 is #EE7246. Grayscale: #6C6C6C. Windows color (decimal): -15626823 or 12160273. OLE color: 12160273.

HSL color Cylindrical-coordinate representation of color #118DB9: hue angle of 195.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DB9 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 141 185 -
CMYK 0.91 0.24 0 0.27
HSL 195.71º 0.83% 0.4% -
HSV(B) 195.71º 0.91% 0.73% -
XYZ 18.51 22.67 49.3 -
YUV 108.94 170.92 62.42 -
System Red Green Blue C M Y K H S L
Decimal 17 141 185 0.91 0.24 0 0.27 195.71 0.83 0.4
Hex 11 8D B9 5B 18 0 1B C4 53 28
Octal 21 215 271 133 30 0 33 304 123 50
Binary 10001 10001101 10111001 1011011 11000 0 11011 11000100 1010011 101000

Color Harmonies of #118DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DB9

Black with #118DB9

Text Example


Text Example

White with #118DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118DB9; }

 p { color: rgb(17,141,185); }

 H1.HeaderClassName
 {
   color: #118DB9;
 }
 .AnyTagClassName
 {
   color: #118DB9;
 }
</style>

background-color css

<style>
 a { background-color: #118DB9; }

 a { background-color: rgb(17,141,185); }

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

border-color css

<style>
 span { border-color: #118DB9; }

 span { border-color: rgb(17,141,185); }

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