Html Css Color HEX #118FBE Bondi Blue

📋 copy color: '#118FBE'

red 17 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #118FBE

Tints of Bondi Blue #118FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 4.86%
G = 40.86%
B = 54.29%

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

#118FBE (or 0x118FBE) is known color: Bondi Blue. HEX triplet: 11, 8F and BE. RGB value is (17,143,190). Sum of RGB (Red+Green+Blue) = 17+143+190=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #118FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FBE is #EE7041. Grayscale: #6E6E6E. Windows color (decimal): -15626306 or 12488465. OLE color: 12488465.

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

Color convert

RGB 17 143 190 -
CMYK 0.91 0.25 0 0.25
HSL 196.3º 0.84% 0.41% -
HSV(B) 196.3º 0.91% 0.75% -
XYZ 19.35 23.48 52.23 -
YUV 110.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 17 143 190 0.91 0.25 0 0.25 196.3 0.84 0.41
Hex 11 8F BE 5B 19 0 19 C4 54 29
Octal 21 217 276 133 31 0 31 304 124 51
Binary 10001 10001111 10111110 1011011 11001 0 11001 11000100 1010100 101001

Color Harmonies of #118FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FBE

Black with #118FBE

Text Example


Text Example

White with #118FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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