Html Css Color HEX #1188BC Bondi Blue

📋 copy color: '#1188BC'

red 17 ◦ green 136 ◦ blue 188

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

Shades of Bondi Blue #1188BC

Tints of Bondi Blue #1188BC

RGB

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

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

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

R = 4.99%
G = 39.88%
B = 55.13%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1188BC (or 0x1188BC) is known color: Bondi Blue. HEX triplet: 11, 88 and BC. RGB value is (17,136,188). Sum of RGB (Red+Green+Blue) = 17+136+188=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #1188BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188BC is #EE7743. Grayscale: #6A6A6A. Windows color (decimal): -15628100 or 12355601. OLE color: 12355601.

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

Color convert

RGB 17 136 188 -
CMYK 0.91 0.28 0 0.26
HSL 198.25º 0.83% 0.4% -
HSV(B) 198.25º 0.91% 0.74% -
XYZ 18.11 21.36 50.74 -
YUV 106.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 17 136 188 0.91 0.28 0 0.26 198.25 0.83 0.4
Hex 11 88 BC 5B 1C 0 1A C6 53 28
Octal 21 210 274 133 34 0 32 306 123 50
Binary 10001 10001000 10111100 1011011 11100 0 11010 11000110 1010011 101000

Color Harmonies of #1188BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188BC

Black with #1188BC

Text Example


Text Example

White with #1188BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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