Html Css Color HEX #1187BB Bondi Blue

📋 copy color: '#1187BB'

red 17 ◦ green 135 ◦ blue 187

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

Shades of Bondi Blue #1187BB

Tints of Bondi Blue #1187BB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 5.01%
G = 39.82%
B = 55.16%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1187BB (or 0x1187BB) is known color: Bondi Blue. HEX triplet: 11, 87 and BB. RGB value is (17,135,187). Sum of RGB (Red+Green+Blue) = 17+135+187=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1187BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187BB is #EE7844. Grayscale: #696969. Windows color (decimal): -15628357 or 12289809. OLE color: 12289809.

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

Color convert

RGB 17 135 187 -
CMYK 0.91 0.28 0 0.27
HSL 198.35º 0.83% 0.4% -
HSV(B) 198.35º 0.91% 0.73% -
XYZ 17.86 21.03 50.13 -
YUV 105.65 173.91 64.77 -
System Red Green Blue C M Y K H S L
Decimal 17 135 187 0.91 0.28 0 0.27 198.35 0.83 0.4
Hex 11 87 BB 5B 1C 0 1B C6 53 28
Octal 21 207 273 133 34 0 33 306 123 50
Binary 10001 10000111 10111011 1011011 11100 0 11011 11000110 1010011 101000

Color Harmonies of #1187BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187BB

Black with #1187BB

Text Example


Text Example

White with #1187BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1187BB; }

 p { color: rgb(17,135,187); }

 H1.HeaderClassName
 {
   color: #1187BB;
 }
 .AnyTagClassName
 {
   color: #1187BB;
 }
</style>

background-color css

<style>
 a { background-color: #1187BB; }

 a { background-color: rgb(17,135,187); }

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

border-color css

<style>
 span { border-color: #1187BB; }

 span { border-color: rgb(17,135,187); }

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