Html Css Color HEX #1188B1 Bondi Blue

📋 copy color: '#1188B1'

red 17 ◦ green 136 ◦ blue 177

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

Shades of Bondi Blue #1188B1

Tints of Bondi Blue #1188B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.64%

R = 5.15%
G = 41.21%
B = 53.64%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1188B1 (or 0x1188B1) is known color: Bondi Blue. HEX triplet: 11, 88 and B1. RGB value is (17,136,177). Sum of RGB (Red+Green+Blue) = 17+136+177=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #1188B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1188B1 is #EE774E. Grayscale: #686868. Windows color (decimal): -15628111 or 11634705. OLE color: 11634705.

HSL color Cylindrical-coordinate representation of color #1188B1: hue angle of 195.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1188B1 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 136 177 -
CMYK 0.90 0.23 0 0.31
HSL 195.38º 0.82% 0.38% -
HSV(B) 195.38º 0.9% 0.69% -
XYZ 16.97 20.9 44.73 -
YUV 105.09 168.58 65.17 -
System Red Green Blue C M Y K H S L
Decimal 17 136 177 0.90 0.23 0 0.31 195.38 0.82 0.38
Hex 11 88 B1 5A 17 0 1F C3 52 26
Octal 21 210 261 132 27 0 37 303 122 46
Binary 10001 10001000 10110001 1011010 10111 0 11111 11000011 1010010 100110

Color Harmonies of #1188B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188B1

Black with #1188B1

Text Example


Text Example

White with #1188B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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