Html Css Color HEX #1196BD Bondi Blue

📋 copy color: '#1196BD'

red 17 ◦ green 150 ◦ blue 189

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

Shades of Bondi Blue #1196BD

Tints of Bondi Blue #1196BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 4.78%
G = 42.13%
B = 53.09%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1196BD (or 0x1196BD) is known color: Bondi Blue. HEX triplet: 11, 96 and BD. RGB value is (17,150,189). Sum of RGB (Red+Green+Blue) = 17+150+189=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #1196BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196BD is #EE6942. Grayscale: #727272. Windows color (decimal): -15624515 or 12424721. OLE color: 12424721.

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

Color convert

RGB 17 150 189 -
CMYK 0.91 0.21 0 0.26
HSL 193.6º 0.83% 0.4% -
HSV(B) 193.6º 0.91% 0.74% -
XYZ 20.32 25.61 52.02 -
YUV 114.68 169.94 58.33 -
System Red Green Blue C M Y K H S L
Decimal 17 150 189 0.91 0.21 0 0.26 193.6 0.83 0.4
Hex 11 96 BD 5B 15 0 1A C2 53 28
Octal 21 226 275 133 25 0 32 302 123 50
Binary 10001 10010110 10111101 1011011 10101 0 11010 11000010 1010011 101000

Color Harmonies of #1196BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196BD

Black with #1196BD

Text Example


Text Example

White with #1196BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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