Html Css Color HEX #118CAD Bondi Blue

📋 copy color: '#118CAD'

red 17 ◦ green 140 ◦ blue 173

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

Shades of Bondi Blue #118CAD

Tints of Bondi Blue #118CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 5.15%
G = 42.42%
B = 52.42%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#118CAD (or 0x118CAD) is known color: Bondi Blue. HEX triplet: 11, 8C and AD. RGB value is (17,140,173). Sum of RGB (Red+Green+Blue) = 17+140+173=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #118CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118CAD is #EE7352. Grayscale: #6A6A6A. Windows color (decimal): -15627091 or 11373585. OLE color: 11373585.

HSL color Cylindrical-coordinate representation of color #118CAD: hue angle of 192.69º 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 #118CAD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 140 173 -
CMYK 0.90 0.19 0 0.32
HSL 192.69º 0.82% 0.37% -
HSV(B) 192.69º 0.9% 0.68% -
XYZ 17.15 21.89 42.86 -
YUV 106.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 17 140 173 0.90 0.19 0 0.32 192.69 0.82 0.37
Hex 11 8C AD 5A 13 0 20 C1 52 25
Octal 21 214 255 132 23 0 40 301 122 45
Binary 10001 10001100 10101101 1011010 10011 0 100000 11000001 1010010 100101

Color Harmonies of #118CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CAD

Black with #118CAD

Text Example


Text Example

White with #118CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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