Html Css Color HEX #118BC0 Bondi Blue

📋 copy color: '#118BC0'

red 17 ◦ green 139 ◦ blue 192

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

Shades of Bondi Blue #118BC0

Tints of Bondi Blue #118BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 192 (75.39% from 255) = 55.17%

R = 4.89%
G = 39.94%
B = 55.17%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#118BC0 (or 0x118BC0) is known color: Bondi Blue. HEX triplet: 11, 8B and C0. RGB value is (17,139,192). Sum of RGB (Red+Green+Blue) = 17+139+192=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #118BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BC0 is #EE743F. Grayscale: #6C6C6C. Windows color (decimal): -15627328 or 12618513. OLE color: 12618513.

HSL color Cylindrical-coordinate representation of color #118BC0: hue angle of 198.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118BC0 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 139 192 -
CMYK 0.91 0.28 0 0.25
HSL 198.17º 0.84% 0.41% -
HSV(B) 198.17º 0.91% 0.75% -
XYZ 18.98 22.39 53.19 -
YUV 108.56 175.08 62.69 -
System Red Green Blue C M Y K H S L
Decimal 17 139 192 0.91 0.28 0 0.25 198.17 0.84 0.41
Hex 11 8B C0 5B 1C 0 19 C6 54 29
Octal 21 213 300 133 34 0 31 306 124 51
Binary 10001 10001011 11000000 1011011 11100 0 11001 11000110 1010100 101001

Color Harmonies of #118BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BC0

Black with #118BC0

Text Example


Text Example

White with #118BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,192); }

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

background-color css

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

 a { background-color: rgb(17,139,192); }

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

border-color css

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

 span { border-color: rgb(17,139,192); }

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