Html Css Color HEX #1196AB Bondi Blue

📋 copy color: '#1196AB'

red 17 ◦ green 150 ◦ blue 171

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

Shades of Bondi Blue #1196AB

Tints of Bondi Blue #1196AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 5.03%
G = 44.38%
B = 50.59%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1196AB (or 0x1196AB) is known color: Bondi Blue. HEX triplet: 11, 96 and AB. RGB value is (17,150,171). Sum of RGB (Red+Green+Blue) = 17+150+171=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1196AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1196AB is #EE6954. Grayscale: #707070. Windows color (decimal): -15624533 or 11245073. OLE color: 11245073.

HSL color Cylindrical-coordinate representation of color #1196AB: hue angle of 188.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1196AB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 150 171 -
CMYK 0.90 0.12 0 0.33
HSL 188.18º 0.82% 0.37% -
HSV(B) 188.18º 0.9% 0.67% -
XYZ 18.49 24.87 42.35 -
YUV 112.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 17 150 171 0.90 0.12 0 0.33 188.18 0.82 0.37
Hex 11 96 AB 5A C 0 21 BC 52 25
Octal 21 226 253 132 14 0 41 274 122 45
Binary 10001 10010110 10101011 1011010 1100 0 100001 10111100 1010010 100101

Color Harmonies of #1196AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196AB

Black with #1196AB

Text Example


Text Example

White with #1196AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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