Html Css Color HEX #118FBB Bondi Blue

📋 copy color: '#118FBB'

red 17 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #118FBB

Tints of Bondi Blue #118FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 4.9%
G = 41.21%
B = 53.89%

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

#118FBB (or 0x118FBB) is known color: Bondi Blue. HEX triplet: 11, 8F and BB. RGB value is (17,143,187). Sum of RGB (Red+Green+Blue) = 17+143+187=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #118FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FBB is #EE7044. Grayscale: #6E6E6E. Windows color (decimal): -15626309 or 12291857. OLE color: 12291857.

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

Color convert

RGB 17 143 187 -
CMYK 0.91 0.24 0 0.27
HSL 195.53º 0.83% 0.4% -
HSV(B) 195.53º 0.91% 0.73% -
XYZ 19.02 23.35 50.52 -
YUV 110.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 17 143 187 0.91 0.24 0 0.27 195.53 0.83 0.4
Hex 11 8F BB 5B 18 0 1B C4 53 28
Octal 21 217 273 133 30 0 33 304 123 50
Binary 10001 10001111 10111011 1011011 11000 0 11011 11000100 1010011 101000

Color Harmonies of #118FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FBB

Black with #118FBB

Text Example


Text Example

White with #118FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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