Html Css Color HEX #118CBE Bondi Blue

📋 copy color: '#118CBE'

red 17 ◦ green 140 ◦ blue 190

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

Shades of Bondi Blue #118CBE

Tints of Bondi Blue #118CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 4.9%
G = 40.35%
B = 54.76%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#118CBE (or 0x118CBE) is known color: Bondi Blue. HEX triplet: 11, 8C and BE. RGB value is (17,140,190). Sum of RGB (Red+Green+Blue) = 17+140+190=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #118CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CBE is #EE7341. Grayscale: #6C6C6C. Windows color (decimal): -15627074 or 12487697. OLE color: 12487697.

HSL color Cylindrical-coordinate representation of color #118CBE: hue angle of 197.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118CBE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 140 190 -
CMYK 0.91 0.26 0 0.25
HSL 197.34º 0.84% 0.41% -
HSV(B) 197.34º 0.91% 0.75% -
XYZ 18.9 22.59 52.08 -
YUV 108.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 17 140 190 0.91 0.26 0 0.25 197.34 0.84 0.41
Hex 11 8C BE 5B 1A 0 19 C5 54 29
Octal 21 214 276 133 32 0 31 305 124 51
Binary 10001 10001100 10111110 1011011 11010 0 11001 11000101 1010100 101001

Color Harmonies of #118CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CBE

Black with #118CBE

Text Example


Text Example

White with #118CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,190); }

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

background-color css

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

 a { background-color: rgb(17,140,190); }

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

border-color css

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

 span { border-color: rgb(17,140,190); }

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