Html Css Color HEX #118AB2 Bondi Blue

📋 copy color: '#118AB2'

red 17 ◦ green 138 ◦ blue 178

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

Shades of Bondi Blue #118AB2

Tints of Bondi Blue #118AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.45%

R = 5.11%
G = 41.44%
B = 53.45%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#118AB2 (or 0x118AB2) is known color: Bondi Blue. HEX triplet: 11, 8A and B2. RGB value is (17,138,178). Sum of RGB (Red+Green+Blue) = 17+138+178=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #118AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118AB2 is #EE754D. Grayscale: #6A6A6A. Windows color (decimal): -15627598 or 11700753. OLE color: 11700753.

HSL color Cylindrical-coordinate representation of color #118AB2: hue angle of 194.91º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118AB2 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 138 178 -
CMYK 0.90 0.22 0 0.30
HSL 194.91º 0.83% 0.38% -
HSV(B) 194.91º 0.9% 0.7% -
XYZ 17.36 21.51 45.36 -
YUV 106.38 168.41 64.25 -
System Red Green Blue C M Y K H S L
Decimal 17 138 178 0.90 0.22 0 0.30 194.91 0.83 0.38
Hex 11 8A B2 5A 16 0 1E C3 53 26
Octal 21 212 262 132 26 0 36 303 123 46
Binary 10001 10001010 10110010 1011010 10110 0 11110 11000011 1010011 100110

Color Harmonies of #118AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AB2

Black with #118AB2

Text Example


Text Example

White with #118AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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