#1197AD

Color #1197AD Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1197AD

Tints of Bondi Blue #1197AD

Color information

#1197AD (or 0x1197AD) is unknown color: approx Bondi Blue. HEX triplet: 11, 97 and AD. RGB value is (17,151,173). Sum of RGB (Red+Green+Blue) = 17+151+173=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #1197AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1197AD is #EE6852. Grayscale: #717171. Windows color (decimal): -15624275 or 11376401. OLE color: 11376401.

HSL color Cylindrical-coordinate representation of color #1197AD: hue angle of 188.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1197AD is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17151173-
CMYK0.900.1300.32
HSL188.46º82.11%37.25%-
HSV(B)188.46º90.17%67.84%-
XYZ18.8425.2743.42-
YUV113.44161.6159.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.99%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=4.99%
G=44.28%
B=50.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171511730.900.1300.32188.4682.1137.25
Hex1197AD5AD020bc5225
Octal212272551321504027412245
Binary100011001011110101101101101011010100000101111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1197AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1197AD; }

 p { color: rgb(17,151,173); }

 H1.HeaderClassName
 {
   color: #1197AD;
 }
 .AnyTagClassName
 {
   color: #1197AD;
 }
</style>
background-color css

<style>
 a { background-color: #1197AD; }

 a { background-color: rgb(17,151,173); }

 div.DivClassName
 {
   background-color: #1197AD;
 }
 .BgClassName
 {
   background-color: #1197AD;
 }
</style>
border-color css

<style>
 span { border-color: #1197AD; }

 span { border-color: rgb(17,151,173); }

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