Html Css Color HEX #118DC0 Bondi Blue

📋 copy color: '#118DC0'

red 17 ◦ green 141 ◦ blue 192

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

Shades of Bondi Blue #118DC0

Tints of Bondi Blue #118DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 4.86%
G = 40.29%
B = 54.86%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#118DC0 (or 0x118DC0) is known color: Bondi Blue. HEX triplet: 11, 8D and C0. RGB value is (17,141,192). Sum of RGB (Red+Green+Blue) = 17+141+192=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #118DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DC0 is #EE723F. Grayscale: #6D6D6D. Windows color (decimal): -15626816 or 12619025. OLE color: 12619025.

HSL color Cylindrical-coordinate representation of color #118DC0: hue angle of 197.49º 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 #118DC0 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 141 192 -
CMYK 0.91 0.27 0 0.25
HSL 197.49º 0.84% 0.41% -
HSV(B) 197.49º 0.91% 0.75% -
XYZ 19.27 22.97 53.29 -
YUV 109.74 174.42 61.85 -
System Red Green Blue C M Y K H S L
Decimal 17 141 192 0.91 0.27 0 0.25 197.49 0.84 0.41
Hex 11 8D C0 5B 1B 0 19 C5 54 29
Octal 21 215 300 133 33 0 31 305 124 51
Binary 10001 10001101 11000000 1011011 11011 0 11001 11000101 1010100 101001

Color Harmonies of #118DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DC0

Black with #118DC0

Text Example


Text Example

White with #118DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,141,192); }

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

background-color css

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

 a { background-color: rgb(17,141,192); }

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

border-color css

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

 span { border-color: rgb(17,141,192); }

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