Html Css Color HEX #1197AA Bondi Blue

📋 copy color: '#1197AA'

red 17 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #1197AA

Tints of Bondi Blue #1197AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 5.03%
G = 44.67%
B = 50.3%

CMYK

 C value IS 0.9

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1197AA (or 0x1197AA) is known color: Bondi Blue. HEX triplet: 11, 97 and AA. RGB value is (17,151,170). Sum of RGB (Red+Green+Blue) = 17+151+170=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #1197AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1197AA is #EE6855. Grayscale: #707070. Windows color (decimal): -15624278 or 11179793. OLE color: 11179793.

HSL color Cylindrical-coordinate representation of color #1197AA: hue angle of 187.45º 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 #1197AA is Cyan = 0.9, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 151 170 -
CMYK 0.9 0.11 0 0.33
HSL 187.45º 0.82% 0.37% -
HSV(B) 187.45º 0.9% 0.67% -
XYZ 18.55 25.15 41.91 -
YUV 113.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 17 151 170 0.9 0.11 0 0.33 187.45 0.82 0.37
Hex 11 97 AA 5A B 0 21 BB 52 25
Octal 21 227 252 132 13 0 41 273 122 45
Binary 10001 10010111 10101010 1011010 1011 0 100001 10111011 1010010 100101

Color Harmonies of #1197AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197AA

Black with #1197AA

Text Example


Text Example

White with #1197AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1197AA;
 }
 .AnyTagClassName
 {
   color: #1197AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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