Html Css Color HEX #118CAC Bondi Blue

📋 copy color: '#118CAC'

red 17 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #118CAC

Tints of Bondi Blue #118CAC

RGB

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

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

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

R = 5.17%
G = 42.55%
B = 52.28%

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

#118CAC (or 0x118CAC) is known color: Bondi Blue. HEX triplet: 11, 8C and AC. RGB value is (17,140,172). Sum of RGB (Red+Green+Blue) = 17+140+172=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #118CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118CAC is #EE7353. Grayscale: #6A6A6A. Windows color (decimal): -15627092 or 11308049. OLE color: 11308049.

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

Color convert

RGB 17 140 172 -
CMYK 0.90 0.19 0 0.33
HSL 192.39º 0.82% 0.37% -
HSV(B) 192.39º 0.9% 0.67% -
XYZ 17.06 21.85 42.35 -
YUV 106.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 17 140 172 0.90 0.19 0 0.33 192.39 0.82 0.37
Hex 11 8C AC 5A 13 0 21 C0 52 25
Octal 21 214 254 132 23 0 41 300 122 45
Binary 10001 10001100 10101100 1011010 10011 0 100001 11000000 1010010 100101

Color Harmonies of #118CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CAC

Black with #118CAC

Text Example


Text Example

White with #118CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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