Html Css Color HEX #118CC1 Bondi Blue

📋 copy color: '#118CC1'

red 17 ◦ green 140 ◦ blue 193

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

Shades of Bondi Blue #118CC1

Tints of Bondi Blue #118CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 55.14%

R = 4.86%
G = 40%
B = 55.14%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#118CC1 (or 0x118CC1) is known color: Bondi Blue. HEX triplet: 11, 8C and C1. RGB value is (17,140,193). Sum of RGB (Red+Green+Blue) = 17+140+193=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #118CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CC1 is #EE733E. Grayscale: #6C6C6C. Windows color (decimal): -15627071 or 12684305. OLE color: 12684305.

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

Color convert

RGB 17 140 193 -
CMYK 0.91 0.27 0 0.24
HSL 198.07º 0.84% 0.41% -
HSV(B) 198.07º 0.91% 0.76% -
XYZ 19.23 22.73 53.82 -
YUV 109.27 175.25 62.19 -
System Red Green Blue C M Y K H S L
Decimal 17 140 193 0.91 0.27 0 0.24 198.07 0.84 0.41
Hex 11 8C C1 5B 1B 0 18 C6 54 29
Octal 21 214 301 133 33 0 30 306 124 51
Binary 10001 10001100 11000001 1011011 11011 0 11000 11000110 1010100 101001

Color Harmonies of #118CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CC1

Black with #118CC1

Text Example


Text Example

White with #118CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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