Html Css Color HEX #118EBC Bondi Blue

📋 copy color: '#118EBC'

red 17 ◦ green 142 ◦ blue 188

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

Shades of Bondi Blue #118EBC

Tints of Bondi Blue #118EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.92%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 4.9%
G = 40.92%
B = 54.18%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#118EBC (or 0x118EBC) is known color: Bondi Blue. HEX triplet: 11, 8E and BC. RGB value is (17,142,188). Sum of RGB (Red+Green+Blue) = 17+142+188=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #118EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EBC is #EE7143. Grayscale: #6D6D6D. Windows color (decimal): -15626564 or 12357137. OLE color: 12357137.

HSL color Cylindrical-coordinate representation of color #118EBC: hue angle of 196.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118EBC is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 142 188 -
CMYK 0.91 0.24 0 0.26
HSL 196.14º 0.83% 0.4% -
HSV(B) 196.14º 0.91% 0.74% -
XYZ 18.98 23.1 51.03 -
YUV 109.87 172.09 61.76 -
System Red Green Blue C M Y K H S L
Decimal 17 142 188 0.91 0.24 0 0.26 196.14 0.83 0.4
Hex 11 8E BC 5B 18 0 1A C4 53 28
Octal 21 216 274 133 30 0 32 304 123 50
Binary 10001 10001110 10111100 1011011 11000 0 11010 11000100 1010011 101000

Color Harmonies of #118EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EBC

Black with #118EBC

Text Example


Text Example

White with #118EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,188); }

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

background-color css

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

 a { background-color: rgb(17,142,188); }

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

border-color css

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

 span { border-color: rgb(17,142,188); }

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