Html Css Color HEX #118DBA Bondi Blue

📋 copy color: '#118DBA'

red 17 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #118DBA

Tints of Bondi Blue #118DBA

RGB

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

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

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

R = 4.94%
G = 40.99%
B = 54.07%

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

#118DBA (or 0x118DBA) is known color: Bondi Blue. HEX triplet: 11, 8D and BA. RGB value is (17,141,186). Sum of RGB (Red+Green+Blue) = 17+141+186=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #118DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DBA is #EE7245. Grayscale: #6C6C6C. Windows color (decimal): -15626822 or 12225809. OLE color: 12225809.

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

Color convert

RGB 17 141 186 -
CMYK 0.91 0.24 0 0.27
HSL 195.98º 0.83% 0.4% -
HSV(B) 195.98º 0.91% 0.73% -
XYZ 18.62 22.71 49.86 -
YUV 109.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 17 141 186 0.91 0.24 0 0.27 195.98 0.83 0.4
Hex 11 8D BA 5B 18 0 1B C4 53 28
Octal 21 215 272 133 30 0 33 304 123 50
Binary 10001 10001101 10111010 1011011 11000 0 11011 11000100 1010011 101000

Color Harmonies of #118DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DBA

Black with #118DBA

Text Example


Text Example

White with #118DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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