Html Css Color HEX #118ABC Bondi Blue

📋 copy color: '#118ABC'

red 17 ◦ green 138 ◦ blue 188

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

Shades of Bondi Blue #118ABC

Tints of Bondi Blue #118ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 4.96%
G = 40.23%
B = 54.81%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#118ABC (or 0x118ABC) is known color: Bondi Blue. HEX triplet: 11, 8A and BC. RGB value is (17,138,188). Sum of RGB (Red+Green+Blue) = 17+138+188=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #118ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ABC is #EE7543. Grayscale: #6B6B6B. Windows color (decimal): -15627588 or 12356113. OLE color: 12356113.

HSL color Cylindrical-coordinate representation of color #118ABC: hue angle of 197.54º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118ABC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 138 188 -
CMYK 0.91 0.27 0 0.26
HSL 197.54º 0.83% 0.4% -
HSV(B) 197.54º 0.91% 0.74% -
XYZ 18.4 21.93 50.84 -
YUV 107.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 17 138 188 0.91 0.27 0 0.26 197.54 0.83 0.4
Hex 11 8A BC 5B 1B 0 1A C6 53 28
Octal 21 212 274 133 33 0 32 306 123 50
Binary 10001 10001010 10111100 1011011 11011 0 11010 11000110 1010011 101000

Color Harmonies of #118ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ABC

Black with #118ABC

Text Example


Text Example

White with #118ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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