Html Css Color HEX #1191B2 Bondi Blue

📋 copy color: '#1191B2'

red 17 ◦ green 145 ◦ blue 178

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

Shades of Bondi Blue #1191B2

Tints of Bondi Blue #1191B2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 5%
G = 42.65%
B = 52.35%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1191B2 (or 0x1191B2) is known color: Bondi Blue. HEX triplet: 11, 91 and B2. RGB value is (17,145,178). Sum of RGB (Red+Green+Blue) = 17+145+178=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #1191B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1191B2 is #EE6E4D. Grayscale: #6E6E6E. Windows color (decimal): -15625806 or 11702545. OLE color: 11702545.

HSL color Cylindrical-coordinate representation of color #1191B2: hue angle of 192.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1191B2 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 145 178 -
CMYK 0.90 0.19 0 0.30
HSL 192.3º 0.83% 0.38% -
HSV(B) 192.3º 0.9% 0.7% -
XYZ 18.39 23.58 45.7 -
YUV 110.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 17 145 178 0.90 0.19 0 0.30 192.3 0.83 0.38
Hex 11 91 B2 5A 13 0 1E C0 53 26
Octal 21 221 262 132 23 0 36 300 123 46
Binary 10001 10010001 10110010 1011010 10011 0 11110 11000000 1010011 100110

Color Harmonies of #1191B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191B2

Black with #1191B2

Text Example


Text Example

White with #1191B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1191B2; }

 p { color: rgb(17,145,178); }

 H1.HeaderClassName
 {
   color: #1191B2;
 }
 .AnyTagClassName
 {
   color: #1191B2;
 }
</style>

background-color css

<style>
 a { background-color: #1191B2; }

 a { background-color: rgb(17,145,178); }

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

border-color css

<style>
 span { border-color: #1191B2; }

 span { border-color: rgb(17,145,178); }

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