Html Css Color HEX #118DAB Bondi Blue

📋 copy color: '#118DAB'

red 17 ◦ green 141 ◦ blue 171

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

Shades of Bondi Blue #118DAB

Tints of Bondi Blue #118DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 5.17%
G = 42.86%
B = 51.98%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118DAB (or 0x118DAB) is known color: Bondi Blue. HEX triplet: 11, 8D and AB. RGB value is (17,141,171). Sum of RGB (Red+Green+Blue) = 17+141+171=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #118DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DAB is #EE7254. Grayscale: #6B6B6B. Windows color (decimal): -15626837 or 11242769. OLE color: 11242769.

HSL color Cylindrical-coordinate representation of color #118DAB: hue angle of 191.69º 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 #118DAB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 141 171 -
CMYK 0.90 0.18 0 0.33
HSL 191.69º 0.82% 0.37% -
HSV(B) 191.69º 0.9% 0.67% -
XYZ 17.11 22.11 41.89 -
YUV 107.34 163.92 63.56 -
System Red Green Blue C M Y K H S L
Decimal 17 141 171 0.90 0.18 0 0.33 191.69 0.82 0.37
Hex 11 8D AB 5A 12 0 21 C0 52 25
Octal 21 215 253 132 22 0 41 300 122 45
Binary 10001 10001101 10101011 1011010 10010 0 100001 11000000 1010010 100101

Color Harmonies of #118DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DAB

Black with #118DAB

Text Example


Text Example

White with #118DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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