Html Css Color HEX #118FBA Bondi Blue

📋 copy color: '#118FBA'

red 17 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #118FBA

Tints of Bondi Blue #118FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

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

R = 4.91%
G = 41.33%
B = 53.76%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#118FBA (or 0x118FBA) is known color: Bondi Blue. HEX triplet: 11, 8F and BA. RGB value is (17,143,186). Sum of RGB (Red+Green+Blue) = 17+143+186=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #118FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FBA is #EE7045. Grayscale: #6D6D6D. Windows color (decimal): -15626310 or 12226321. OLE color: 12226321.

HSL color Cylindrical-coordinate representation of color #118FBA: hue angle of 195.27º 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 #118FBA is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 143 186 -
CMYK 0.91 0.23 0 0.27
HSL 195.27º 0.83% 0.4% -
HSV(B) 195.27º 0.91% 0.73% -
XYZ 18.92 23.31 49.96 -
YUV 110.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 17 143 186 0.91 0.23 0 0.27 195.27 0.83 0.4
Hex 11 8F BA 5B 17 0 1B C3 53 28
Octal 21 217 272 133 27 0 33 303 123 50
Binary 10001 10001111 10111010 1011011 10111 0 11011 11000011 1010011 101000

Color Harmonies of #118FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FBA

Black with #118FBA

Text Example


Text Example

White with #118FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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