Html Css Color HEX #118FAD Bondi Blue

📋 copy color: '#118FAD'

red 17 ◦ green 143 ◦ blue 173

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

Shades of Bondi Blue #118FAD

Tints of Bondi Blue #118FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 5.11%
G = 42.94%
B = 51.95%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#118FAD (or 0x118FAD) is known color: Bondi Blue. HEX triplet: 11, 8F and AD. RGB value is (17,143,173). Sum of RGB (Red+Green+Blue) = 17+143+173=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #118FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FAD is #EE7052. Grayscale: #6C6C6C. Windows color (decimal): -15626323 or 11374353. OLE color: 11374353.

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

Color convert

RGB 17 143 173 -
CMYK 0.90 0.17 0 0.32
HSL 191.54º 0.82% 0.37% -
HSV(B) 191.54º 0.9% 0.68% -
XYZ 17.6 22.78 43 -
YUV 108.75 164.26 62.56 -
System Red Green Blue C M Y K H S L
Decimal 17 143 173 0.90 0.17 0 0.32 191.54 0.82 0.37
Hex 11 8F AD 5A 11 0 20 C0 52 25
Octal 21 217 255 132 21 0 40 300 122 45
Binary 10001 10001111 10101101 1011010 10001 0 100000 11000000 1010010 100101

Color Harmonies of #118FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FAD

Black with #118FAD

Text Example


Text Example

White with #118FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,173); }

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

background-color css

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

 a { background-color: rgb(17,143,173); }

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

border-color css

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

 span { border-color: rgb(17,143,173); }

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