Html Css Color HEX #118FAC Bondi Blue

📋 copy color: '#118FAC'

red 17 ◦ green 143 ◦ blue 172

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

Shades of Bondi Blue #118FAC

Tints of Bondi Blue #118FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 5.12%
G = 43.07%
B = 51.81%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118FAC (or 0x118FAC) is known color: Bondi Blue. HEX triplet: 11, 8F and AC. RGB value is (17,143,172). Sum of RGB (Red+Green+Blue) = 17+143+172=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #118FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FAC is #EE7053. Grayscale: #6C6C6C. Windows color (decimal): -15626324 or 11308817. OLE color: 11308817.

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

Color convert

RGB 17 143 172 -
CMYK 0.90 0.17 0 0.33
HSL 191.23º 0.82% 0.37% -
HSV(B) 191.23º 0.9% 0.67% -
XYZ 17.5 22.74 42.5 -
YUV 108.63 163.76 62.64 -
System Red Green Blue C M Y K H S L
Decimal 17 143 172 0.90 0.17 0 0.33 191.23 0.82 0.37
Hex 11 8F AC 5A 11 0 21 BF 52 25
Octal 21 217 254 132 21 0 41 277 122 45
Binary 10001 10001111 10101100 1011010 10001 0 100001 10111111 1010010 100101

Color Harmonies of #118FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FAC

Black with #118FAC

Text Example


Text Example

White with #118FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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