Html Css Color HEX #1188BB Bondi Blue

📋 copy color: '#1188BB'

red 17 ◦ green 136 ◦ blue 187

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

Shades of Bondi Blue #1188BB

Tints of Bondi Blue #1188BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40%

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

R = 5%
G = 40%
B = 55%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1188BB (or 0x1188BB) is known color: Bondi Blue. HEX triplet: 11, 88 and BB. RGB value is (17,136,187). Sum of RGB (Red+Green+Blue) = 17+136+187=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #1188BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188BB is #EE7744. Grayscale: #696969. Windows color (decimal): -15628101 or 12290065. OLE color: 12290065.

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

Color convert

RGB 17 136 187 -
CMYK 0.91 0.27 0 0.27
HSL 198º 0.83% 0.4% -
HSV(B) 198º 0.91% 0.73% -
XYZ 18 21.32 50.18 -
YUV 106.23 173.58 64.35 -
System Red Green Blue C M Y K H S L
Decimal 17 136 187 0.91 0.27 0 0.27 198 0.83 0.4
Hex 11 88 BB 5B 1B 0 1B C6 53 28
Octal 21 210 273 133 33 0 33 306 123 50
Binary 10001 10001000 10111011 1011011 11011 0 11011 11000110 1010011 101000

Color Harmonies of #1188BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188BB

Black with #1188BB

Text Example


Text Example

White with #1188BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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