Html Css Color HEX #118CC0 Bondi Blue

📋 copy color: '#118CC0'

red 17 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #118CC0

Tints of Bondi Blue #118CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 4.87%
G = 40.11%
B = 55.01%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#118CC0 (or 0x118CC0) is known color: Bondi Blue. HEX triplet: 11, 8C and C0. RGB value is (17,140,192). Sum of RGB (Red+Green+Blue) = 17+140+192=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #118CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CC0 is #EE733F. Grayscale: #6C6C6C. Windows color (decimal): -15627072 or 12618769. OLE color: 12618769.

HSL color Cylindrical-coordinate representation of color #118CC0: hue angle of 197.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118CC0 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 140 192 -
CMYK 0.91 0.27 0 0.25
HSL 197.83º 0.84% 0.41% -
HSV(B) 197.83º 0.91% 0.75% -
XYZ 19.12 22.68 53.24 -
YUV 109.15 174.75 62.27 -
System Red Green Blue C M Y K H S L
Decimal 17 140 192 0.91 0.27 0 0.25 197.83 0.84 0.41
Hex 11 8C C0 5B 1B 0 19 C6 54 29
Octal 21 214 300 133 33 0 31 306 124 51
Binary 10001 10001100 11000000 1011011 11011 0 11001 11000110 1010100 101001

Color Harmonies of #118CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CC0

Black with #118CC0

Text Example


Text Example

White with #118CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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