Html Css Color HEX #118EAF Bondi Blue

📋 copy color: '#118EAF'

red 17 ◦ green 142 ◦ blue 175

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

Shades of Bondi Blue #118EAF

Tints of Bondi Blue #118EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

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

R = 5.09%
G = 42.51%
B = 52.4%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#118EAF (or 0x118EAF) is known color: Bondi Blue. HEX triplet: 11, 8E and AF. RGB value is (17,142,175). Sum of RGB (Red+Green+Blue) = 17+142+175=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #118EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118EAF is #EE7150. Grayscale: #6C6C6C. Windows color (decimal): -15626577 or 11505169. OLE color: 11505169.

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

Color convert

RGB 17 142 175 -
CMYK 0.90 0.19 0 0.31
HSL 192.53º 0.82% 0.38% -
HSV(B) 192.53º 0.9% 0.69% -
XYZ 17.64 22.56 43.98 -
YUV 108.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 17 142 175 0.90 0.19 0 0.31 192.53 0.82 0.38
Hex 11 8E AF 5A 13 0 1F C1 52 26
Octal 21 216 257 132 23 0 37 301 122 46
Binary 10001 10001110 10101111 1011010 10011 0 11111 11000001 1010010 100110

Color Harmonies of #118EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EAF

Black with #118EAF

Text Example


Text Example

White with #118EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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