Html Css Color HEX #118AAF Bondi Blue

📋 copy color: '#118AAF'

red 17 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #118AAF

Tints of Bondi Blue #118AAF

RGB

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

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

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

R = 5.15%
G = 41.82%
B = 53.03%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#118AAF (or 0x118AAF) is known color: Bondi Blue. HEX triplet: 11, 8A and AF. RGB value is (17,138,175). Sum of RGB (Red+Green+Blue) = 17+138+175=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #118AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118AAF is #EE7550. Grayscale: #696969. Windows color (decimal): -15627601 or 11504145. OLE color: 11504145.

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

Color convert

RGB 17 138 175 -
CMYK 0.90 0.21 0 0.31
HSL 194.05º 0.82% 0.38% -
HSV(B) 194.05º 0.9% 0.69% -
XYZ 17.06 21.39 43.79 -
YUV 106.04 166.91 64.49 -
System Red Green Blue C M Y K H S L
Decimal 17 138 175 0.90 0.21 0 0.31 194.05 0.82 0.38
Hex 11 8A AF 5A 15 0 1F C2 52 26
Octal 21 212 257 132 25 0 37 302 122 46
Binary 10001 10001010 10101111 1011010 10101 0 11111 11000010 1010010 100110

Color Harmonies of #118AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AAF

Black with #118AAF

Text Example


Text Example

White with #118AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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