Html Css Color HEX #118FBF Bondi Blue

📋 copy color: '#118FBF'

red 17 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #118FBF

Tints of Bondi Blue #118FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 4.84%
G = 40.74%
B = 54.42%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#118FBF (or 0x118FBF) is known color: Bondi Blue. HEX triplet: 11, 8F and BF. RGB value is (17,143,191). Sum of RGB (Red+Green+Blue) = 17+143+191=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #118FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FBF is #EE7040. Grayscale: #6E6E6E. Windows color (decimal): -15626305 or 12554001. OLE color: 12554001.

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

Color convert

RGB 17 143 191 -
CMYK 0.91 0.25 0 0.25
HSL 196.55º 0.84% 0.41% -
HSV(B) 196.55º 0.91% 0.75% -
XYZ 19.46 23.53 52.81 -
YUV 110.8 173.26 61.1 -
System Red Green Blue C M Y K H S L
Decimal 17 143 191 0.91 0.25 0 0.25 196.55 0.84 0.41
Hex 11 8F BF 5B 19 0 19 C5 54 29
Octal 21 217 277 133 31 0 31 305 124 51
Binary 10001 10001111 10111111 1011011 11001 0 11001 11000101 1010100 101001

Color Harmonies of #118FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FBF

Black with #118FBF

Text Example


Text Example

White with #118FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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