Html Css Color HEX #118EBA Bondi Blue

📋 copy color: '#118EBA'

red 17 ◦ green 142 ◦ blue 186

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

Shades of Bondi Blue #118EBA

Tints of Bondi Blue #118EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 4.93%
G = 41.16%
B = 53.91%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#118EBA (or 0x118EBA) is known color: Bondi Blue. HEX triplet: 11, 8E and BA. RGB value is (17,142,186). Sum of RGB (Red+Green+Blue) = 17+142+186=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #118EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EBA is #EE7145. Grayscale: #6D6D6D. Windows color (decimal): -15626566 or 12226065. OLE color: 12226065.

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

Color convert

RGB 17 142 186 -
CMYK 0.91 0.24 0 0.27
HSL 195.62º 0.83% 0.4% -
HSV(B) 195.62º 0.91% 0.73% -
XYZ 18.77 23.01 49.91 -
YUV 109.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 17 142 186 0.91 0.24 0 0.27 195.62 0.83 0.4
Hex 11 8E BA 5B 18 0 1B C4 53 28
Octal 21 216 272 133 30 0 33 304 123 50
Binary 10001 10001110 10111010 1011011 11000 0 11011 11000100 1010011 101000

Color Harmonies of #118EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EBA

Black with #118EBA

Text Example


Text Example

White with #118EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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