Html Css Color HEX #1189BC Bondi Blue

📋 copy color: '#1189BC'

red 17 ◦ green 137 ◦ blue 188

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

Shades of Bondi Blue #1189BC

Tints of Bondi Blue #1189BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 4.97%
G = 40.06%
B = 54.97%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1189BC (or 0x1189BC) is known color: Bondi Blue. HEX triplet: 11, 89 and BC. RGB value is (17,137,188). Sum of RGB (Red+Green+Blue) = 17+137+188=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #1189BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189BC is #EE7643. Grayscale: #6A6A6A. Windows color (decimal): -15627844 or 12355857. OLE color: 12355857.

HSL color Cylindrical-coordinate representation of color #1189BC: hue angle of 197.89º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1189BC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 137 188 -
CMYK 0.91 0.27 0 0.26
HSL 197.89º 0.83% 0.4% -
HSV(B) 197.89º 0.91% 0.74% -
XYZ 18.25 21.64 50.79 -
YUV 106.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 17 137 188 0.91 0.27 0 0.26 197.89 0.83 0.4
Hex 11 89 BC 5B 1B 0 1A C6 53 28
Octal 21 211 274 133 33 0 32 306 123 50
Binary 10001 10001001 10111100 1011011 11011 0 11010 11000110 1010011 101000

Color Harmonies of #1189BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189BC

Black with #1189BC

Text Example


Text Example

White with #1189BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1189BC; }

 p { color: rgb(17,137,188); }

 H1.HeaderClassName
 {
   color: #1189BC;
 }
 .AnyTagClassName
 {
   color: #1189BC;
 }
</style>

background-color css

<style>
 a { background-color: #1189BC; }

 a { background-color: rgb(17,137,188); }

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

border-color css

<style>
 span { border-color: #1189BC; }

 span { border-color: rgb(17,137,188); }

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