Html Css Color HEX #118FAF Bondi Blue

📋 copy color: '#118FAF'

red 17 ◦ green 143 ◦ blue 175

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

Shades of Bondi Blue #118FAF

Tints of Bondi Blue #118FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

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

R = 5.07%
G = 42.69%
B = 52.24%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#118FAF (or 0x118FAF) is known color: Bondi Blue. HEX triplet: 11, 8F and AF. RGB value is (17,143,175). Sum of RGB (Red+Green+Blue) = 17+143+175=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #118FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FAF is #EE7050. Grayscale: #6C6C6C. Windows color (decimal): -15626321 or 11505425. OLE color: 11505425.

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

Color convert

RGB 17 143 175 -
CMYK 0.90 0.18 0 0.31
HSL 192.15º 0.82% 0.38% -
HSV(B) 192.15º 0.9% 0.69% -
XYZ 17.79 22.86 44.03 -
YUV 108.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 17 143 175 0.90 0.18 0 0.31 192.15 0.82 0.38
Hex 11 8F AF 5A 12 0 1F C0 52 26
Octal 21 217 257 132 22 0 37 300 122 46
Binary 10001 10001111 10101111 1011010 10010 0 11111 11000000 1010010 100110

Color Harmonies of #118FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FAF

Black with #118FAF

Text Example


Text Example

White with #118FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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