Html Css Color HEX #118EAC Bondi Blue

📋 copy color: '#118EAC'

red 17 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #118EAC

Tints of Bondi Blue #118EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 5.14%
G = 42.9%
B = 51.96%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118EAC (or 0x118EAC) is known color: Bondi Blue. HEX triplet: 11, 8E and AC. RGB value is (17,142,172). Sum of RGB (Red+Green+Blue) = 17+142+172=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #118EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118EAC is #EE7153. Grayscale: #6B6B6B. Windows color (decimal): -15626580 or 11308561. OLE color: 11308561.

HSL color Cylindrical-coordinate representation of color #118EAC: hue angle of 191.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118EAC is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 142 172 -
CMYK 0.90 0.17 0 0.33
HSL 191.61º 0.82% 0.37% -
HSV(B) 191.61º 0.9% 0.67% -
XYZ 17.35 22.44 42.45 -
YUV 108.05 164.09 63.06 -
System Red Green Blue C M Y K H S L
Decimal 17 142 172 0.90 0.17 0 0.33 191.61 0.82 0.37
Hex 11 8E AC 5A 11 0 21 C0 52 25
Octal 21 216 254 132 21 0 41 300 122 45
Binary 10001 10001110 10101100 1011010 10001 0 100001 11000000 1010010 100101

Color Harmonies of #118EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EAC

Black with #118EAC

Text Example


Text Example

White with #118EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,172); }

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

background-color css

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

 a { background-color: rgb(17,142,172); }

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

border-color css

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

 span { border-color: rgb(17,142,172); }

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