Html Css Color HEX #118ABA Bondi Blue

📋 copy color: '#118ABA'

red 17 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #118ABA

Tints of Bondi Blue #118ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 4.99%
G = 40.47%
B = 54.55%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#118ABA (or 0x118ABA) is known color: Bondi Blue. HEX triplet: 11, 8A and BA. RGB value is (17,138,186). Sum of RGB (Red+Green+Blue) = 17+138+186=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #118ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ABA is #EE7545. Grayscale: #6A6A6A. Windows color (decimal): -15627590 or 12225041. OLE color: 12225041.

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

Color convert

RGB 17 138 186 -
CMYK 0.91 0.26 0 0.27
HSL 197.04º 0.83% 0.4% -
HSV(B) 197.04º 0.91% 0.73% -
XYZ 18.18 21.84 49.71 -
YUV 107.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 17 138 186 0.91 0.26 0 0.27 197.04 0.83 0.4
Hex 11 8A BA 5B 1A 0 1B C5 53 28
Octal 21 212 272 133 32 0 33 305 123 50
Binary 10001 10001010 10111010 1011011 11010 0 11011 11000101 1010011 101000

Color Harmonies of #118ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ABA

Black with #118ABA

Text Example


Text Example

White with #118ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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