Html Css Color HEX #118DAF Bondi Blue

📋 copy color: '#118DAF'

red 17 ◦ green 141 ◦ blue 175

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

Shades of Bondi Blue #118DAF

Tints of Bondi Blue #118DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 5.11%
G = 42.34%
B = 52.55%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#118DAF (or 0x118DAF) is known color: Bondi Blue. HEX triplet: 11, 8D and AF. RGB value is (17,141,175). Sum of RGB (Red+Green+Blue) = 17+141+175=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #118DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DAF is #EE7250. Grayscale: #6B6B6B. Windows color (decimal): -15626833 or 11504913. OLE color: 11504913.

HSL color Cylindrical-coordinate representation of color #118DAF: hue angle of 192.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118DAF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 141 175 -
CMYK 0.90 0.19 0 0.31
HSL 192.91º 0.82% 0.38% -
HSV(B) 192.91º 0.9% 0.69% -
XYZ 17.49 22.26 43.93 -
YUV 107.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 17 141 175 0.90 0.19 0 0.31 192.91 0.82 0.38
Hex 11 8D AF 5A 13 0 1F C1 52 26
Octal 21 215 257 132 23 0 37 301 122 46
Binary 10001 10001101 10101111 1011010 10011 0 11111 11000001 1010010 100110

Color Harmonies of #118DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DAF

Black with #118DAF

Text Example


Text Example

White with #118DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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