Html Css Color HEX #118BAC Bondi Blue

📋 copy color: '#118BAC'

red 17 ◦ green 139 ◦ blue 172

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

Shades of Bondi Blue #118BAC

Tints of Bondi Blue #118BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 5.18%
G = 42.38%
B = 52.44%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118BAC (or 0x118BAC) is known color: Bondi Blue. HEX triplet: 11, 8B and AC. RGB value is (17,139,172). Sum of RGB (Red+Green+Blue) = 17+139+172=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #118BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BAC is #EE7453. Grayscale: #6A6A6A. Windows color (decimal): -15627348 or 11307793. OLE color: 11307793.

HSL color Cylindrical-coordinate representation of color #118BAC: hue angle of 192.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BAC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 139 172 -
CMYK 0.90 0.19 0 0.33
HSL 192.77º 0.82% 0.37% -
HSV(B) 192.77º 0.9% 0.67% -
XYZ 16.91 21.56 42.3 -
YUV 106.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 17 139 172 0.90 0.19 0 0.33 192.77 0.82 0.37
Hex 11 8B AC 5A 13 0 21 C1 52 25
Octal 21 213 254 132 23 0 41 301 122 45
Binary 10001 10001011 10101100 1011010 10011 0 100001 11000001 1010010 100101

Color Harmonies of #118BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BAC

Black with #118BAC

Text Example


Text Example

White with #118BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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