Html Css Color HEX #1196BA Bondi Blue

📋 copy color: '#1196BA'

red 17 ◦ green 150 ◦ blue 186

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

Shades of Bondi Blue #1196BA

Tints of Bondi Blue #1196BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 4.82%
G = 42.49%
B = 52.69%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1196BA (or 0x1196BA) is known color: Bondi Blue. HEX triplet: 11, 96 and BA. RGB value is (17,150,186). Sum of RGB (Red+Green+Blue) = 17+150+186=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1196BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196BA is #EE6945. Grayscale: #727272. Windows color (decimal): -15624518 or 12228113. OLE color: 12228113.

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

Color convert

RGB 17 150 186 -
CMYK 0.91 0.19 0 0.27
HSL 192.78º 0.83% 0.4% -
HSV(B) 192.78º 0.91% 0.73% -
XYZ 20 25.48 50.32 -
YUV 114.34 168.44 58.57 -
System Red Green Blue C M Y K H S L
Decimal 17 150 186 0.91 0.19 0 0.27 192.78 0.83 0.4
Hex 11 96 BA 5B 13 0 1B C1 53 28
Octal 21 226 272 133 23 0 33 301 123 50
Binary 10001 10010110 10111010 1011011 10011 0 11011 11000001 1010011 101000

Color Harmonies of #1196BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196BA

Black with #1196BA

Text Example


Text Example

White with #1196BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1196BA; }

 p { color: rgb(17,150,186); }

 H1.HeaderClassName
 {
   color: #1196BA;
 }
 .AnyTagClassName
 {
   color: #1196BA;
 }
</style>

background-color css

<style>
 a { background-color: #1196BA; }

 a { background-color: rgb(17,150,186); }

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

border-color css

<style>
 span { border-color: #1196BA; }

 span { border-color: rgb(17,150,186); }

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