Html Css Color HEX #118DAE Bondi Blue

📋 copy color: '#118DAE'

red 17 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #118DAE

Tints of Bondi Blue #118DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 5.12%
G = 42.47%
B = 52.41%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#118DAE (or 0x118DAE) is known color: Bondi Blue. HEX triplet: 11, 8D and AE. RGB value is (17,141,174). Sum of RGB (Red+Green+Blue) = 17+141+174=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #118DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DAE is #EE7251. Grayscale: #6B6B6B. Windows color (decimal): -15626834 or 11439377. OLE color: 11439377.

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

Color convert

RGB 17 141 174 -
CMYK 0.90 0.19 0 0.32
HSL 192.61º 0.82% 0.37% -
HSV(B) 192.61º 0.9% 0.68% -
XYZ 17.4 22.22 43.42 -
YUV 107.69 165.42 63.32 -
System Red Green Blue C M Y K H S L
Decimal 17 141 174 0.90 0.19 0 0.32 192.61 0.82 0.37
Hex 11 8D AE 5A 13 0 20 C1 52 25
Octal 21 215 256 132 23 0 40 301 122 45
Binary 10001 10001101 10101110 1011010 10011 0 100000 11000001 1010010 100101

Color Harmonies of #118DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DAE

Black with #118DAE

Text Example


Text Example

White with #118DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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