Html Css Color HEX #1196BC Bondi Blue

📋 copy color: '#1196BC'

red 17 ◦ green 150 ◦ blue 188

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

Shades of Bondi Blue #1196BC

Tints of Bondi Blue #1196BC

RGB

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

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

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

R = 4.79%
G = 42.25%
B = 52.96%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1196BC (or 0x1196BC) is known color: Bondi Blue. HEX triplet: 11, 96 and BC. RGB value is (17,150,188). Sum of RGB (Red+Green+Blue) = 17+150+188=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #1196BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196BC is #EE6943. Grayscale: #727272. Windows color (decimal): -15624516 or 12359185. OLE color: 12359185.

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

Color convert

RGB 17 150 188 -
CMYK 0.91 0.20 0 0.26
HSL 193.33º 0.83% 0.4% -
HSV(B) 193.33º 0.91% 0.74% -
XYZ 20.21 25.56 51.45 -
YUV 114.57 169.44 58.41 -
System Red Green Blue C M Y K H S L
Decimal 17 150 188 0.91 0.20 0 0.26 193.33 0.83 0.4
Hex 11 96 BC 5B 14 0 1A C1 53 28
Octal 21 226 274 133 24 0 32 301 123 50
Binary 10001 10010110 10111100 1011011 10100 0 11010 11000001 1010011 101000

Color Harmonies of #1196BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196BC

Black with #1196BC

Text Example


Text Example

White with #1196BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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