Html Css Color HEX #118DBB Bondi Blue

📋 copy color: '#118DBB'

red 17 ◦ green 141 ◦ blue 187

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

Shades of Bondi Blue #118DBB

Tints of Bondi Blue #118DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

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

R = 4.93%
G = 40.87%
B = 54.2%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#118DBB (or 0x118DBB) is known color: Bondi Blue. HEX triplet: 11, 8D and BB. RGB value is (17,141,187). Sum of RGB (Red+Green+Blue) = 17+141+187=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #118DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DBB is #EE7244. Grayscale: #6C6C6C. Windows color (decimal): -15626821 or 12291345. OLE color: 12291345.

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

Color convert

RGB 17 141 187 -
CMYK 0.91 0.25 0 0.27
HSL 196.24º 0.83% 0.4% -
HSV(B) 196.24º 0.91% 0.73% -
XYZ 18.73 22.76 50.42 -
YUV 109.17 171.92 62.26 -
System Red Green Blue C M Y K H S L
Decimal 17 141 187 0.91 0.25 0 0.27 196.24 0.83 0.4
Hex 11 8D BB 5B 19 0 1B C4 53 28
Octal 21 215 273 133 31 0 33 304 123 50
Binary 10001 10001101 10111011 1011011 11001 0 11011 11000100 1010011 101000

Color Harmonies of #118DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DBB

Black with #118DBB

Text Example


Text Example

White with #118DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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