Html Css Color HEX #118BBC Bondi Blue

📋 copy color: '#118BBC'

red 17 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #118BBC

Tints of Bondi Blue #118BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 4.94%
G = 40.41%
B = 54.65%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#118BBC (or 0x118BBC) is known color: Bondi Blue. HEX triplet: 11, 8B and BC. RGB value is (17,139,188). Sum of RGB (Red+Green+Blue) = 17+139+188=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #118BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BBC is #EE7443. Grayscale: #6B6B6B. Windows color (decimal): -15627332 or 12356369. OLE color: 12356369.

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

Color convert

RGB 17 139 188 -
CMYK 0.91 0.26 0 0.26
HSL 197.19º 0.83% 0.4% -
HSV(B) 197.19º 0.91% 0.74% -
XYZ 18.54 22.22 50.89 -
YUV 108.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 17 139 188 0.91 0.26 0 0.26 197.19 0.83 0.4
Hex 11 8B BC 5B 1A 0 1A C5 53 28
Octal 21 213 274 133 32 0 32 305 123 50
Binary 10001 10001011 10111100 1011011 11010 0 11010 11000101 1010011 101000

Color Harmonies of #118BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BBC

Black with #118BBC

Text Example


Text Example

White with #118BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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